Skip to content

Commit 9e68894

Browse files
fix: use our maven repo
1 parent 49bddc0 commit 9e68894

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ version = '0.3.0-SNAPSHOT'
1313

1414
repositories {
1515
mavenCentral()
16-
if (bombeVersion.endsWith('-SNAPSHOT')) {
17-
maven {
18-
url 'https://oss.sonatype.org/content/groups/public/'
19-
}
16+
maven {
17+
url 'artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/virtual'
2018
}
2119
}
2220

@@ -65,11 +63,9 @@ uploadArchives {
6563
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
6664

6765
repository(url: "artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public") {
68-
authentication(userName: ossrhUsername, password: ossrhPassword)
6966
}
7067

7168
snapshotRepository(url: "artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public") {
72-
authentication(userName: ossrhUsername, password: ossrhPassword)
7369
}
7470
}
7571

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ inceptionYear = 2019
77
# Build Settings
88
javaVersion = 1.8
99
asmVersion = 7.1
10-
bombeVersion = 0.5.0-SNAPSHOT
10+
bombeVersion = 0.5.1-SNAPSHOT

0 commit comments

Comments
 (0)