Updated Gradle

This commit is contained in:
Frank 2023-09-12 12:32:17 +02:00
parent a8dbfee20a
commit a38b57608b
3 changed files with 4 additions and 4 deletions

View file

@ -99,7 +99,7 @@ javadoc {
} }
task javadocJar(type: Jar, dependsOn: javadoc) { task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc' archiveClassifier = 'javadoc'
from javadoc.destinationDir from javadoc.destinationDir
} }
@ -107,7 +107,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
// if it is present. // if it is present.
// If you remove this task, sources will not be generated. // If you remove this task, sources will not be generated.
task sourcesJar(type: Jar, dependsOn: classes) { task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources' archiveClassifier = 'sources'
from sourceSets.main.allSource from sourceSets.main.allSource
} }

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View file

@ -52,7 +52,7 @@
"1.20", "1.20",
"1.20.1" "1.20.1"
], ],
"wunderlib": "1.1.x" "wunderlib": "1.2.x"
}, },
"breaks": { "breaks": {
"wunderlib": "<1.1.2", "wunderlib": "<1.1.2",