Jean-Michel Fayard

Results 208 comments of Jean-Michel Fayard

Note about the re-usability: I generate multiple YAML files with one script. I have three files "Deploy to development", "Deploy to staging", "Deploy to production" and they only differ by...

@scana @sanity Actually this is exactly what my own Gradle plugin does (and it's based on the gradle-versions-plugin!) https://github.com/jmfayard/gradle-kotlin-dsl-libs I was thinking about referencing your project on my page, because...

Hello @chitsaou Just wanted to say that i like your plugin a lot. Do you have plans to implement this feature? That would make it instantly 2 times better. Please...

Note: in practice this is done by pushing a tag `v1` to your latest `1.x.y` release ```bash git tag -fa v1 -m "Update v1 tag" git push origin v1 --force...

@ben-manes I have the `Failed to resolve` errors in a project that do pretty advanced multi-project stuff here https://github.com/LouisCAD/Splitties/pull/206 ``` > Task :dependencyUpdates Failed to resolve :tests:debugAndroidTestCompileClasspath Failed to resolve...

Yes, that was my intention as well. Leave it empty by default, but in the README document first this solution. For those using my plug-in, it will be an opt-out...

i was thinking how to integrate it with the newest feature we could have ```kotlin rejectVersionContaining ("alpha","beta",...) ``` which would be a shorter version of ```kotlin rejectVersionIf { candidate ->...

@ben-manes I just had a random thought under the shower. People are super creative with how they name their unstable versions, but they are **not** creative on how they name...

That's wise :) With version 0.24.0 being released, I can now work on this right?

@ben-manes the gradlePluginPortal shows version 0.24.0 while mavenCentral has 0.25.0 https://plugins.gradle.org/plugin/com.github.ben-manes.versions https://bintray.com/fooberger/maven/com.github.ben-manes%3Agradle-versions-plugin/0.25.0