Skip to content

Commit 965a042

Browse files
chore: update to new Maven repo
1 parent 89555b3 commit 965a042

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Configure Google Cloud credentials
2525
uses: google-github-actions/auth@v1
2626
with:
27-
workload_identity_provider: 'projects/271010089174/locations/global/workloadIdentityPools/github/providers/github-oidc'
28-
service_account: 'github-actions@moonsworth-299m4oir.iam.gserviceaccount.com'
27+
workload_identity_provider: 'projects/266324743316/locations/global/workloadIdentityPools/github/providers/github-oidc'
28+
service_account: 'github-actions@mw-lunarclient-maven-repo.iam.gserviceaccount.com'
2929

3030
- name: Setup Java
3131
uses: actions/setup-java@v3

build-logic/src/main/groovy/org.spongepowered.configurate.build.publishing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ indra {
129129

130130
extensions.configure(PublishingExtension.class) {
131131
it.repositories.maven {
132-
url = "artifactregistry://us-maven.pkg.dev/moonsworth-299m4oir/maven-public"
132+
url = "artifactregistry://us-maven.pkg.dev/mw-lunarclient-maven-repo/public"
133133
}
134134
}
135135

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
mavenContent { releasesOnly() }
77
}
88
maven {
9-
url = "https://us-maven.pkg.dev/moonsworth-299m4oir/maven-public"
9+
url = "https://us-maven.pkg.dev/mw-lunarclient-maven-repo/public"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)