Skip to content

Commit

Permalink
Adding publishing for jitpack (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: caleb <[email protected]>
  • Loading branch information
reder9 and caleb authored Feb 1, 2024
1 parent b19122a commit e099f80
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 e099f80

Please sign in to comment.