Skip to content

Commit 18bc0cf

Browse files
committed
Switch to new Maven-to-GitHub-packages proxy address
1 parent 59240df commit 18bc0cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val ls: String = System.lineSeparator()
1919

2020
repositories {
2121
maven {
22-
url = URI("https://maven.vorpal-research.science")
22+
url = URI("https://maven.apal-research.com")
2323
}
2424
mavenCentral()
2525
}

grammar/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val archivePrefix = "kotlin-grammar-parser"
1919

2020
repositories {
2121
maven {
22-
url = URI("https://maven.vorpal-research.science")
22+
url = URI("https://maven.apal-research.com")
2323
}
2424
mavenCentral()
2525
}

0 commit comments

Comments
 (0)