Skip to content

Commit b4e0775

Browse files
committed
removed log level
1 parent 2abc756 commit b4e0775

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ signing {
140140

141141

142142
jreleaser {
143-
logging.level = 'DEBUG'
144143
signing {
145144
active = 'ALWAYS'
146145
armored = true
@@ -151,7 +150,7 @@ jreleaser {
151150
sonatype {
152151
active = 'ALWAYS'
153152
url = 'https://central.sonatype.com/api/v1/publisher'
154-
stagingRepository(layout.buildDirectory.dir("staging").get().asFile.path)
153+
stagingRepository(file("build/local-staging-repo").absolutePath)
155154
}
156155
}
157156
}

0 commit comments

Comments
 (0)