Skip to content

Commit 6906848

Browse files
committed
Switch to new Maven-to-GitHub-packages proxy address
1 parent 83c8c0c commit 6906848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/build.gradle.kts

+1-1
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
}

Diff for: grammar/build.gradle.kts

+1-1
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)