Skip to content

Commit 6ce0729

Browse files
chore: backport Maven repo change to 1.1.8 (#213)
1 parent aea7a03 commit 6ce0729

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Configure Google Cloud credentials
1818
uses: google-github-actions/auth@v1
1919
with:
20-
workload_identity_provider: 'projects/271010089174/locations/global/workloadIdentityPools/github/providers/github-oidc'
21-
service_account: 'github-actions@moonsworth-299m4oir.iam.gserviceaccount.com'
20+
workload_identity_provider: 'projects/266324743316/locations/global/workloadIdentityPools/github/providers/github-oidc'
21+
service_account: 'github-actions@mw-lunarclient-maven-repo.iam.gserviceaccount.com'
2222

2323
- name: Setup Java
2424
uses: actions/setup-java@v3

build-logic/src/main/kotlin/apollo.publish-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ java {
1313

1414
publishing {
1515
repositories.maven {
16-
url = uri("artifactregistry://us-maven.pkg.dev/moonsworth-299m4oir/maven-public")
16+
url = uri("artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public")
1717
}
1818

1919
publications.create<MavenPublication>("mavenJava") {

docs/developers/lightweight/protobuf/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Available fields for each message, including their types, are available on the B
2626
<dependency>
2727
<groupId>com.lunarclient</groupId>
2828
<artifactId>apollo-protos</artifactId>
29-
<version>1.0-SNAPSHOT</version>
29+
<version>0.0.2</version>
3030
</dependency>
3131
</dependencies>
3232
```
@@ -41,7 +41,7 @@ Available fields for each message, including their types, are available on the B
4141
}
4242
4343
dependencies {
44-
api 'com.lunarclient:apollo-protos:1.0-SNAPSHOT'
44+
api 'com.lunarclient:apollo-protos:0.0.2'
4545
}
4646
```
4747
</Tab>
@@ -55,7 +55,7 @@ Available fields for each message, including their types, are available on the B
5555
}
5656

5757
dependencies {
58-
api("com.lunarclient:apollo-protos:1.0-SNAPSHOT")
58+
api("com.lunarclient:apollo-protos:0.0.2")
5959
}
6060
```
6161
</Tab>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ geantyref = "1.3.11"
1111
idea = "1.1.7"
1212
jetbrains = "24.0.1"
1313
lombok = "1.18.38"
14-
protobuf = "1.0-SNAPSHOT"
14+
protobuf = "0.0.2"
1515
gson = "2.10.1"
1616
shadow = "8.1.1"
1717
spotless = "6.13.0"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencyResolutionManagement {
1919
repositories {
2020
maven("https://repo.papermc.io/repository/maven-public/")
2121
maven("https://oss.sonatype.org/content/repositories/snapshots")
22-
maven("https://us-maven.pkg.dev/moonsworth-299m4oir/maven-public")
22+
maven("https://us-maven.pkg.dev/mw-lunarclient-maven-repo/public")
2323
mavenCentral()
2424
mavenLocal()
2525
}

0 commit comments

Comments
 (0)