Skip to content

Commit c42f709

Browse files
committed
Mark this as version 2.0.0-alpha1
1 parent a5ac4fb commit c42f709

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ allprojects {
2626

2727
ext {
2828
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)': ''
2931
}
3032
}
3133

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.7.0
1+
version=2.0.0-alpha1
22
group=com.github.jruby-gradle
33
copyrightYear=2014-2019
44

0 commit comments

Comments
 (0)