Skip to content

Commit f47c09d

Browse files
committed
Move away from jitpack for legacy lwjgl.
1 parent 317417c commit f47c09d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ loom {
3030

3131
repositories {
3232
mavenCentral()
33-
maven { url = "https://jitpack.io" }
33+
3434
maven {
3535
name = 'Babric'
3636
url = 'https://maven.glass-launcher.net/babric'
@@ -50,7 +50,7 @@ repositories {
5050
ivy {
5151
url = "https://github.com/Better-than-Adventure"
5252
patternLayout {
53-
artifact "[organisation]/releases/download/v[revision]/[module].jar"
53+
artifact "[organisation]/releases/download/[revision]/[module]-bta-[revision].jar"
5454
m2compatible = true
5555
}
5656
metadataSources { artifact() }

0 commit comments

Comments
 (0)