Skip to content

Commit 4a1d24c

Browse files
committed
Updated build.gradle
1 parent d0bd2be commit 4a1d24c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

simpleclient-1.20.1/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ targetCompatibility = JavaVersion.VERSION_17
88

99
repositories {
1010
maven { url = "https://ladysnake.jfrog.io/artifactory/mods" }
11+
maven { url = "https://jitpack.io"}
1112
}
1213

1314
dependencies {

simpleclient-1.20/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ targetCompatibility = JavaVersion.VERSION_17
88

99
repositories {
1010
maven { url = "https://ladysnake.jfrog.io/artifactory/mods" }
11+
maven { url = "https://jitpack.io"}
1112
}
1213

1314
dependencies {

0 commit comments

Comments
 (0)