Skip to content

Commit

Permalink
Making the project publish jitpack compatable artifatcts
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 1fa26ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ subprojects {
}
repositories {
mavenLocal()
maven { url 'https://jitpack.io' }
maven {
name = "GitHubPackages"

Expand All @@ -178,6 +179,9 @@ subprojects {
}
}
}
dependencies {
implementation 'com.github.code42:pipelinekt:Tag'
}
}
}
}
Expand Down

0 comments on commit 1fa26ba

Please sign in to comment.