Skip to content

Commit

Permalink
fix username
Browse files Browse the repository at this point in the history
  • Loading branch information
eaxdev committed Jun 6, 2020
1 parent 8dd6b1f commit e0c6136
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 @@ -66,7 +66,7 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/eaxdev/JsonSQL4J")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("eaxdev")
username = project.findProperty("gpr.user") ?: "eaxdev"
password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
}
}
Expand Down

0 comments on commit e0c6136

Please sign in to comment.