File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
16
16
apply plugin : ' idea'
17
17
18
18
group = ' com.github.jruby-gradle'
19
- version = ' 1.5.2 -SNAPSHOT'
19
+ version = ' 1.6.0 -SNAPSHOT'
20
20
defaultTasks ' check' , ' assemble'
21
21
sourceCompatibility = ' 1.8'
22
22
targetCompatibility = ' 1.8'
@@ -44,7 +44,6 @@ subprojects {
44
44
apply plugin : ' provided-base'
45
45
46
46
dependencies {
47
- // compile new GradleDist(project, '2.0').asFileTree
48
47
49
48
compile localGroovy()
50
49
compile gradleApi()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ link:http://jruby.org[JRuby] with Gradle's excellent task and dependency
10
10
management, *JRuby/Gradle* provides high quality build tooling for
11
11
Ruby and Java developers alike.
12
12
13
- NOTE: As from version 1.5.2 you will need at last Gradle 2.8.
13
+ NOTE: As from version 1.6.0 you will need at last Gradle 2.8.
14
14
15
15
*Plugins available:*
16
16
You can’t perform that action at this time.
0 commit comments