We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9111e55 commit 0bb0b2bCopy full SHA for 0bb0b2b
gradle/publishing.gradle
@@ -96,7 +96,7 @@ publishing {
96
}
97
repositories {
98
maven {
99
- url = layout.buildDirectory.dir('staging-deploy')
+ url = rootProject.layout.buildDirectory.dir('staging-deploy')
100
101
102
@@ -112,7 +112,7 @@ jreleaser {
112
central {
113
active = 'ALWAYS'
114
url = 'https://central.sonatype.com/api/v1/publisher'
115
- stagingRepository(layout.buildDirectory.dir("staging-deploy").get().toString())
+ stagingRepository(rootProject.layout.buildDirectory.dir("staging-deploy").get().toString())
116
stage = 'UPLOAD'
117
applyMavenCentralRules = true
118
namespace = 'org.testcontainers'
0 commit comments