Skip to content

Commit 64b2d8b

Browse files
authored
gradle version 5 (#102)
* gradle version 5 * explictly use openjdk8
1 parent 2c699c0 commit 64b2d8b

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
sudo: required
1919
group: deprecated-2017Q3
2020
language: scala
21+
jdk: openjdk8
2122
scala:
2223
- 2.12.7
2324
services:

core/java8/proxy/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
1817
distributionBase=GRADLE_USER_HOME
1918
distributionPath=wrapper/dists
20-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
2119
zipStoreBase=GRADLE_USER_HOME
2220
zipStorePath=wrapper/dists
21+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
1817
distributionBase=GRADLE_USER_HOME
1918
distributionPath=wrapper/dists
20-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
2119
zipStoreBase=GRADLE_USER_HOME
2220
zipStorePath=wrapper/dists
21+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip

0 commit comments

Comments
 (0)