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 704694e commit e5670d3Copy full SHA for e5670d3
build.gradle
@@ -14,7 +14,7 @@ allprojects {
14
apply plugin: 'idea'
15
16
group = 'com.github.jruby-gradle'
17
- version = '1.6.0'
+ version = '1.7.0'
18
19
if (!releaseBuild) {
20
version = "${version}-SNAPSHOT"
gradle.properties
@@ -7,8 +7,8 @@ bintrayUser=
7
bintrayKey=
8
releaseBuild=false
9
10
-targetCompatibility=1.7
11
-sourceCompatibility=1.7
+targetCompatibility=1.8
+sourceCompatibility=1.8
12
jrubyVersion=9.2.7.0
13
jettyVersion=9.2.12.v20150709
torqueboxProxy=http://rubygems-proxy.torquebox.org/releases
0 commit comments