Skip to content

Commit b4621c7

Browse files
committed
Updated Gradle to 7.4, removed unused gradle block
Signed-off-by: Patrick Reinhart <patrick@reini.net>
1 parent adb5bd8 commit b4621c7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
9590
jar {
9691
manifest.attributes 'Implementation-Title': 'XML:DB API specification',
9792
'Automatic-Module-Name': "org.xmldb.api"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)