Skip to content

Commit 3165acf

Browse files
committed
fix dirs?
1 parent b23b697 commit 3165acf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eppo/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ publishing {
149149
repositories {
150150
maven {
151151
name = 'staging'
152-
url = layout.buildDirectory.dir('staging-deploy')
152+
url = layout.buildDirectory.dir('eppo/build/staging-deploy')
153153
}
154154
}
155155
}
@@ -167,7 +167,7 @@ jreleaser {
167167
'release-deploy' {
168168
active = 'RELEASE'
169169
url = 'https://central.sonatype.com/api/v1/publisher'
170-
stagingRepository('build/staging-deploy')
170+
stagingRepository('eppo/build/staging-deploy')
171171
}
172172
}
173173
nexus2 {
@@ -179,7 +179,7 @@ jreleaser {
179179
snapshotSupported = true
180180
closeRepository = true
181181
releaseRepository = true
182-
stagingRepository('build/staging-deploy')
182+
stagingRepository('eppo/build/staging-deploy')
183183
}
184184
}
185185
}

0 commit comments

Comments
 (0)