Skip to content

Commit

Permalink
Add jitpack to gradle.kts (#16)
Browse files Browse the repository at this point in the history
* Add jitpack to gradle.kts

* Fix jitpack maven
  • Loading branch information
niklhut authored Oct 28, 2024
1 parent 442160a commit 2ec3fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven("https://jitpack.io")
mavenCentral()
}
}
Expand Down

0 comments on commit 2ec3fc6

Please sign in to comment.