Skip to content

Commit e5670d3

Browse files
committed
Bump the version to 1.7.0 for release
1 parent 704694e commit e5670d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
apply plugin: 'idea'
1515

1616
group = 'com.github.jruby-gradle'
17-
version = '1.6.0'
17+
version = '1.7.0'
1818

1919
if (!releaseBuild) {
2020
version = "${version}-SNAPSHOT"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ bintrayUser=
77
bintrayKey=
88
releaseBuild=false
99

10-
targetCompatibility=1.7
11-
sourceCompatibility=1.7
10+
targetCompatibility=1.8
11+
sourceCompatibility=1.8
1212
jrubyVersion=9.2.7.0
1313
jettyVersion=9.2.12.v20150709
1414
torqueboxProxy=http://rubygems-proxy.torquebox.org/releases

0 commit comments

Comments
 (0)