Skip to content

Commit 52c01be

Browse files
committed
Fix build
1 parent 9cd09b4 commit 52c01be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ publishing {
112112
repositories {
113113
maven {
114114
name = "localStaging"
115-
url = uri("${buildDir}/publications/mavenJava")
115+
url = uri("${buildDir}/staging-deploy")
116116
}
117117
}
118118
}
@@ -146,7 +146,7 @@ jreleaser {
146146
// Artifacts are already signed by Gradle
147147
sign = false
148148
// Path where Gradle stages the signed repo
149-
stagingRepository("${buildDir}/publications/mavenJava")
149+
stagingRepository("${buildDir}/staging-deploy")
150150
}
151151
}
152152
}

0 commit comments

Comments
 (0)