Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb authored and caleb committed Feb 1, 2024
1 parent a4d5091 commit 73533fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ subprojects {
}
repositories {
mavenLocal()
maven { url 'https://jitpack.io' },
maven{
url = uri("https://jitpack.io")
}
maven {
name = "GitHubPackages"

Expand Down

0 comments on commit 73533fa

Please sign in to comment.