File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ dependencies {
37
37
task sourcesJar (type : Jar , dependsOn : classes) {
38
38
from sourceSets. main. allSource
39
39
classifier ' sources'
40
- extension ' jar'
40
+ archiveExtension = ' jar'
41
41
}
42
42
43
43
task javadocJar (type : Jar , dependsOn : javadoc) {
44
44
from javadoc. destinationDir
45
45
classifier ' javadoc'
46
- extension ' jar'
46
+ archiveExtension = ' jar'
47
47
}
48
48
49
49
task copyGemjar (type : Copy , dependsOn : sourcesJar) {
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-5.6.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments