Skip to content

Commit 94ec988

Browse files
committed
Set local maven directory correctly
1 parent 1822a9b commit 94ec988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jreleaser {
6767
publishing {
6868
repositories {
6969
maven {
70-
uri(layout.buildDirectory.dir("staging-deploy"))
70+
url = uri(layout.buildDirectory.dir("staging-deploy"))
7171
}
7272
}
7373
publications {

0 commit comments

Comments
 (0)