Skip to content

Commit a77ea7d

Browse files
Update Gradle [6.8.3 -> 7.2]
1 parent a5aab6a commit a77ea7d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

tests/objectbox-java-test/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apply plugin: 'java-library'
22
apply plugin: 'kotlin'
33

4-
uploadArchives.enabled = false
5-
64
tasks.withType(JavaCompile) {
75
// Note: use release flag instead of sourceCompatibility and targetCompatibility to ensure only JDK 8 API is used.
86
// https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_cross_compilation

tests/test-proguard/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
apply plugin: 'java-library'
22

3-
uploadArchives.enabled = false
4-
53
// Note: use release flag instead of sourceCompatibility and targetCompatibility to ensure only JDK 8 API is used.
64
// https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_cross_compilation
75
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)