Skip to content

Commit b9fefe1

Browse files
committed
fixed path
1 parent 8fd2452 commit b9fefe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jreleaser {
150150
sonatype {
151151
active = 'ALWAYS'
152152
url = 'https://central.sonatype.com/api/v1/publisher'
153-
stagingRepository(layout.buildDirectory.dir("pre-staging"))
153+
stagingRepository('build/pre-staging')
154154
}
155155
}
156156
}

0 commit comments

Comments
 (0)