Skip to content

Commit 1e32e0a

Browse files
committed
Fix the publication path to match the one from the jreleaser.yml
1 parent a11ee21 commit 1e32e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/publishing-config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ publishing {
5151
}
5252
repositories {
5353
maven {
54-
url = rootProject.layout.buildDirectory.dir('staging-deploy')
54+
url = rootProject.layout.buildDirectory.dir("staging-deploy${File.separator}maven")
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)