Skip to content

Commit 9bb2368

Browse files
committed
Add jitpack repo in build.gradle
1 parent b9515ba commit 9bb2368

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ plugins {
44
id "maven-publish"
55
}
66

7+
repositories {
8+
mavenCentral()
9+
maven { url = uri("https://jitpack.io") }
10+
}
11+
712
java {
813
sourceCompatibility = JavaVersion.VERSION_17
914
targetCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)