Skip to content

Commit 419845b

Browse files
committed
fix dirs
1 parent b23b697 commit 419845b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eppo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)