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 2bdf396 commit 1f66962Copy full SHA for 1f66962
build.gradle
@@ -37,14 +37,6 @@ repositories {
37
mavenCentral()
38
}
39
40
-uploadArchives {
41
- repositories {
42
- mavenDeployer {
43
- repository(url: uri('../repo'))
44
- }
45
46
-}
47
-
48
processResources {
49
expand(project.properties)
50
@@ -90,6 +82,7 @@ artifacts {
90
82
91
83
92
84
signing {
85
+ required { gradle.taskGraph.hasTask("uploadArchives") }
93
86
sign configurations.archives
94
87
95
88
0 commit comments