Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
YanisBft committed Jan 1, 2024
1 parent 1009f8f commit bd36bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ repositories {
// GriefPrevention
maven { url "https://jitpack.io" }

["PACUtilities", "PACBirthday"].each {
["PACUtilities", "PACBirthday"].forEach { dep ->
maven {
url "https://maven.pkg.github.com/PeaceAndCubeMC/${it}"
url "https://maven.pkg.github.com/PeaceAndCubeMC/${dep}"
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit bd36bb8

Please sign in to comment.