Skip to content

Commit

Permalink
Maybe 'gpr' is right property for maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jun 7, 2024
1 parent 0bf856d commit fbc8933
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 @@ -16,8 +16,8 @@ repositories {
maven {
url "https://maven.pkg.github.com/triplea-game/triplea"
credentials {
username = project.property("triplea.github.username") ?: ""
password = project.property("triplea.github.access.token") ?: ""
username = project.property("triplea.github.username") ?: project.findProperty("gpr.user")
password = project.property("triplea.github.access.token") ?: project.findProperty("gpr.key")
}
}
}
Expand Down

0 comments on commit fbc8933

Please sign in to comment.