Skip to content

Commit 7152afe

Browse files
committed
update gradlew to support JDK 14
1 parent 7aee536 commit 7152afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id "java"
1111
id "java-library"
1212
id "application"
13-
id "nebula.ospackage-application" version "8.0.3"
13+
id "nebula.ospackage-application" version "8.3.0"
1414
}
1515

1616
group = 'org.swimos'

server/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu Dec 05 14:19:49 GMT 2019
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)