We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0ce1f commit b3a63b0Copy full SHA for b3a63b0
build.gradle
@@ -47,19 +47,9 @@ artifacts {
47
archives sourcesJar
48
}
49
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
-
58
uploadArchives {
59
repositories {
60
mavenDeployer {
61
- beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
62
63
repository(url: "artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public") {
64
65
0 commit comments