Skip to content

Commit b3a63b0

Browse files
fix: don't try to sign
1 parent 4d0ce1f commit b3a63b0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,9 @@ artifacts {
4747
archives sourcesJar
4848
}
4949

50-
if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) {
51-
apply plugin: 'signing'
52-
signing {
53-
required { !version.endsWith('-SNAPSHOT') && gradle.taskGraph.hasTask(tasks.uploadArchives) }
54-
sign configurations.archives
55-
}
56-
}
57-
5850
uploadArchives {
5951
repositories {
6052
mavenDeployer {
61-
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
62-
6353
repository(url: "artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public") {
6454
}
6555

0 commit comments

Comments
 (0)