File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
apply plugin : ' java-library'
2
2
apply plugin : ' kotlin'
3
3
4
- uploadArchives. enabled = false
5
-
6
4
tasks. withType(JavaCompile ) {
7
5
// Note: use release flag instead of sourceCompatibility and targetCompatibility to ensure only JDK 8 API is used.
8
6
// https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_cross_compilation
Original file line number Diff line number Diff line change 1
1
apply plugin : ' java-library'
2
2
3
- uploadArchives. enabled = false
4
-
5
3
// Note: use release flag instead of sourceCompatibility and targetCompatibility to ensure only JDK 8 API is used.
6
4
// https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_cross_compilation
7
5
tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments