Skip to content

Commit 574a238

Browse files
authored
chore: use new URL for Maven Central (#1499)
It's the new one, used e.g. in Gradle in `mavenCentral()` function.
1 parent 14612bf commit 574a238

15 files changed

+15
-15
lines changed

.github/workflows/actions-versions.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/bindings-server.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/check-if-action-bindings-up-to-date.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/create-action-update-prs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/gradle-wrapper-validation.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/release-common.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/release-docs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/setup-java.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:Repository("https://repo1.maven.org/maven2/")
2+
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://bindings.krzeminski.it")

0 commit comments

Comments
 (0)