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 b97b8ce commit 99a4b97Copy full SHA for 99a4b97
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
apply plugin: 'idea'
16
17
group = 'com.github.jruby-gradle'
18
-version = '1.3.0'
+version = '1.3.1'
19
defaultTasks 'check', 'assemble'
20
21
if (!releaseBuild) {
gradle.properties
@@ -8,6 +8,6 @@ releaseBuild=false
8
9
targetCompatibility=1.7
10
sourceCompatibility=1.7
11
-jrubyVersion=9.1.2.0
+jrubyVersion=9.1.3.0
12
jettyVersion=9.2.12.v20150709
13
rubygemsProxy=http://rubygems.lasagna.io/proxy/maven/releases
0 commit comments