Skip to content

Commit fd9fa0d

Browse files
authored
refactor(ci): use new URL for bindings server (#1495)
Part of #1492.
1 parent ffed6ef commit fd9fa0d

13 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("gradle:actions__setup-gradle:v3")
88
@file:DependsOn("peter-evans:create-issue-from-file:v5")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("gradle:actions__setup-gradle:v3")
88

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("actions:setup-java:v4")
88
@file:DependsOn("gradle:actions__setup-gradle:v3")

.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
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("gradle:actions__setup-gradle:v3")
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("gradle:actions__setup-gradle:v3")
88

.github/workflows/end-to-end-tests.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("file://~/.m2/repository/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.1-SNAPSHOT")
44
@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.1.1-SNAPSHOT")
5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("actions:github-script:v7")
88
@file:DependsOn("actions:setup-java:v4")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("gradle:wrapper-validation-action:v3")
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("gradle:actions__setup-gradle:v3")
77
@file:DependsOn("JamesIves:github-pages-deploy-action:v4")
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77

88
@file:Import("release-common.main.kts")

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo1.maven.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

5-
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
5+
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("gradle:actions__setup-gradle:v3")
88

0 commit comments

Comments
 (0)