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 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11apply plugin : ' java-library'
22apply plugin : ' kotlin'
33
4- uploadArchives. enabled = false
5-
64tasks. 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
Original file line number Diff line number Diff line change 11apply 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
75tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments