File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ version = '0.3.0-SNAPSHOT'
1313
1414repositories {
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
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ inceptionYear = 2019
77# Build Settings
88javaVersion = 1.8
99asmVersion = 7.1
10- bombeVersion = 0.5.0 -SNAPSHOT
10+ bombeVersion = 0.5.1 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments