We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d16e9 commit 11f3ddaCopy full SHA for 11f3dda
1 file changed
build.gradle
@@ -146,10 +146,11 @@ jreleaser {
146
// Artifacts are already signed by Gradle
147
sign = false
148
// Path where Gradle stages the signed repo
149
- stagingRepository("${project.buildDir}/publications/mavenJava")
+ stagingRepository("${buildDir}/publications/mavenJava")
150
}
151
152
153
154
155
156
+
0 commit comments