Skip to content

Commit ff2c13f

Browse files
committed
Update build
1 parent 11f3dda commit ff2c13f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ publishing {
111111

112112
repositories {
113113
maven {
114-
name = "staging"
115-
url = layout.buildDirectory.dir("jreleaser/staging-deploy").get().asFile.toURI()
114+
name = "localStaging"
115+
url = uri("${buildDir}/publications/mavenJava")
116116
}
117117
}
118118
}

0 commit comments

Comments
 (0)