File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ publishing {
149
149
repositories {
150
150
maven {
151
151
name = ' staging'
152
- url = layout. buildDirectory. dir(' staging-deploy' )
152
+ url = layout. buildDirectory. dir(' eppo/build/ staging-deploy' )
153
153
}
154
154
}
155
155
}
@@ -167,7 +167,7 @@ jreleaser {
167
167
' release-deploy' {
168
168
active = ' RELEASE'
169
169
url = ' https://central.sonatype.com/api/v1/publisher'
170
- stagingRepository(' build/staging-deploy' )
170
+ stagingRepository(' eppo/ build/staging-deploy' )
171
171
}
172
172
}
173
173
nexus2 {
@@ -179,7 +179,7 @@ jreleaser {
179
179
snapshotSupported = true
180
180
closeRepository = true
181
181
releaseRepository = true
182
- stagingRepository(' build/staging-deploy' )
182
+ stagingRepository(' eppo/ build/staging-deploy' )
183
183
}
184
184
}
185
185
}
You can’t perform that action at this time.
0 commit comments