Skip to content

Commit

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

Expand Down

0 comments on commit 3b4b5fb

Please sign in to comment.