File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,6 @@ compileJava {
8787 options. compilerArgs << ' -Xlint:unchecked'
8888}
8989
90- signing {
91- required { project. hasProperty(' signing.password' ) && ! project. version. endsWith(' -SNAPSHOT' ) }
92- sign publishing. publications
93- }
94-
9590jar {
9691 manifest. attributes ' Implementation-Title' : ' XML:DB API specification' ,
9792 ' Automatic-Module-Name' : " org.xmldb.api"
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-7.3.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments