File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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
712This update focuses on new features and improvements.
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ buildscript {
77}
88
99ext {
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}
Original file line number Diff line number Diff line change 1- # Wed Aug 30 21:58:39 CEST 2017
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-all.zip
You can’t perform that action at this time.
0 commit comments