Skip to content

Commit 3d8b2f8

Browse files
committed
Bump version to 1.6.0-SNAPSHOT
1 parent 163eb81 commit 3d8b2f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
apply plugin: 'idea'
1717

1818
group = 'com.github.jruby-gradle'
19-
version = '1.5.2-SNAPSHOT'
19+
version = '1.6.0-SNAPSHOT'
2020
defaultTasks 'check', 'assemble'
2121
sourceCompatibility = '1.8'
2222
targetCompatibility = '1.8'
@@ -44,7 +44,6 @@ subprojects {
4444
apply plugin: 'provided-base'
4545

4646
dependencies {
47-
// compile new GradleDist(project, '2.0').asFileTree
4847

4948
compile localGroovy()
5049
compile gradleApi()

docs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ link:http://jruby.org[JRuby] with Gradle's excellent task and dependency
1010
management, *JRuby/Gradle* provides high quality build tooling for
1111
Ruby and Java developers alike.
1212

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.
1414

1515
*Plugins available:*
1616

0 commit comments

Comments
 (0)