Skip to content

Commit

Permalink
fix snapshots repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Dec 10, 2024
1 parent d11f3c3 commit dc4282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ allprojects {
repositories {
maven {
name = "GitHub"
url = "https://maven.pkg.github.com/xvik/gradle-animalsniffer-plugin"
url = "https://maven.pkg.github.com/xvik/dropwizard-guicey"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit dc4282d

Please sign in to comment.