We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ac4fb commit c42f709Copy full SHA for c42f709
build.gradle
@@ -26,6 +26,8 @@ allprojects {
26
27
ext {
28
spockVersion = "org.spockframework:spock-core:1.2-groovy-2.4"
29
+ pluginExtraText = (version.contains('-alpha') || version.contains('-beta')) ?
30
+ '(If you need a production-ready version of the JRuby/Gradle plugin use a 1.7.x release instead)': ''
31
}
32
33
gradle.properties
@@ -1,4 +1,4 @@
1
-version=1.7.0
+version=2.0.0-alpha1
2
group=com.github.jruby-gradle
3
copyrightYear=2014-2019
4
0 commit comments