Skip to content

Commit 47bbdc8

Browse files
committed
Refactor maven repository
1 parent 9876474 commit 47bbdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
jcenter()
2929
mavenCentral()
3030
maven {
31-
url = java.net.URI(com.mxt.anitrend.buildsrc.Libraries.Repositories.jitPack)
31+
setUrl("https://www.jitpack.io")
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)