File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ dependencies {
3737task sourcesJar (type : Jar , dependsOn : classes) {
3838 from sourceSets. main. allSource
3939 classifier ' sources'
40- extension ' jar'
40+ archiveExtension = ' jar'
4141}
4242
4343task javadocJar (type : Jar , dependsOn : javadoc) {
4444 from javadoc. destinationDir
4545 classifier ' javadoc'
46- extension ' jar'
46+ archiveExtension = ' jar'
4747}
4848
4949task copyGemjar (type : Copy , dependsOn : sourcesJar) {
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-5.6.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments