Skip to content

Commit fe14635

Browse files
author
Marcel Overdijk
committed
Upgraded Gradle, Groovy, JRuby versions
1 parent b1aaea1 commit fe14635

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

Changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This documents the history of significant changes to `rivescript-java`.
44

5+
## v0.11.0 - TBD, 2018
6+
7+
* **Changes:**
8+
* Upgraded build environment to latest Gradle `4.6` version.
9+
510
## v0.10.0 - August 30, 2017
611

712
This update focuses on new features and improvements.

build.gradle

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ buildscript {
77
}
88

99
ext {
10-
groovyVersion = "2.4.12"
10+
groovyVersion = "2.4.15"
1111
hamcrestVersion = "1.3"
1212
junitVersion = "4.12"
13-
jrubyVersion = "9.1.7.0"
13+
jrubyVersion = "9.1.16.0"
1414
jsonVersion = "20160810"
15-
mockitoVersion = "2.8.47"
15+
mockitoVersion = "2.17.0"
1616
slf4jVersion = "1.7.25"
17-
springBootVersion = "1.5.6.RELEASE"
17+
springBootVersion = "1.5.10.RELEASE"
1818
ext.javadocLinks = [
1919
"http://docs.oracle.com/javase/7/docs/api/",
2020
"http://docs.oracle.com/javaee/7/api/"
@@ -288,9 +288,4 @@ configure(rootProject) {
288288
archives docsZip
289289
archives distZip
290290
}
291-
292-
task wrapper(type: Wrapper) {
293-
description = "Generates gradlew[.bat] scripts."
294-
gradleVersion = "4.1"
295-
}
296291
}

gradle/wrapper/gradle-wrapper.jar

-379 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Wed Aug 30 21:58:39 CEST 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)