Skip to content

Commit

Permalink
dev: Fix Maven package publishing GH package registry URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpython committed Dec 23, 2024
1 parent c9a0cb6 commit f50d73e
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 @@ -57,7 +57,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/OWNER/REPOSITORY")
url = uri("https://maven.pkg.github.com/cyberpython/glossa-interpreter")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
Expand Down

0 comments on commit f50d73e

Please sign in to comment.