Skip to content

Commit 8fe742f

Browse files
committed
chore(gradle): publish to nexus
1 parent c96f919 commit 8fe742f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ uploadArchives {
196196
mavenDeployer {
197197
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
198198

199-
repository(url: "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/") {
200-
authentication(userName: ossrhUsername, password: ossrhPassword)
199+
repository(url: "https://nexus.dev.omniscopy.com/repository/maven-releases/") {
200+
authentication(userName: ldapUser, password: ldapPassword)
201201
}
202202

203-
snapshotRepository(url: "https://s01.oss.sonatype.org/content/repositories/snapshots/") {
204-
authentication(userName: ossrhUsername, password: ossrhPassword)
203+
snapshotRepository(url: "https://nexus.dev.omniscopy.com/repository/maven-snapshots/") {
204+
authentication(userName: ldapUser, password: ldapPassword)
205205
}
206206

207207
pom.project {

0 commit comments

Comments
 (0)