Skip to content

Commit e0c6136

Browse files
committed
fix username
1 parent 8dd6b1f commit e0c6136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publishing {
6666
name = "GitHubPackages"
6767
url = uri("https://maven.pkg.github.com/eaxdev/JsonSQL4J")
6868
credentials {
69-
username = project.findProperty("gpr.user") ?: System.getenv("eaxdev")
69+
username = project.findProperty("gpr.user") ?: "eaxdev"
7070
password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
7171
}
7272
}

0 commit comments

Comments
 (0)