Skip to content

Commit 560c381

Browse files
committed
chore: 增加jitpack仓库
1 parent 2acde12 commit 560c381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ allprojects {
1414
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/exposed/release") }
1515
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap") }
1616
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots") }
17+
maven { url = uri("https://jitpack.io") }
1718
}
1819
}
1920

0 commit comments

Comments
 (0)