We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317417c commit f47c09dCopy full SHA for f47c09d
1 file changed
build.gradle
@@ -30,7 +30,7 @@ loom {
30
31
repositories {
32
mavenCentral()
33
- maven { url = "https://jitpack.io" }
+
34
maven {
35
name = 'Babric'
36
url = 'https://maven.glass-launcher.net/babric'
@@ -50,7 +50,7 @@ repositories {
50
ivy {
51
url = "https://github.com/Better-than-Adventure"
52
patternLayout {
53
- artifact "[organisation]/releases/download/v[revision]/[module].jar"
+ artifact "[organisation]/releases/download/[revision]/[module]-bta-[revision].jar"
54
m2compatible = true
55
}
56
metadataSources { artifact() }
0 commit comments