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 99a4b97 commit 07d86c9Copy full SHA for 07d86c9
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
apply plugin: 'idea'
16
17
group = 'com.github.jruby-gradle'
18
-version = '1.3.1'
+version = '1.3.2'
19
defaultTasks 'check', 'assemble'
20
21
if (!releaseBuild) {
jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle/JRubyPluginExtension.groovy
@@ -7,7 +7,7 @@ import org.gradle.api.Project
7
* Class providing the jruby{} DSL extension to the Gradle build script
8
*/
9
class JRubyPluginExtension {
10
- static final String DEFAULT_JRUBY_VERSION = '9.1.2.0'
+ static final String DEFAULT_JRUBY_VERSION = '9.1.3.0'
11
12
/** The default version of jruby that will be used */
13
String defaultVersion = DEFAULT_JRUBY_VERSION
0 commit comments