Skip to content

Commit

Permalink
Fixed maven url.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyvx committed Jul 8, 2024
1 parent ddd7806 commit 581a195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publishing {
maven {
// GitHub repository.
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/GlitchyByte/glitchy-kit")
url = uri("https://maven.pkg.github.com/GlitchyByte/glitchy-lib")
credentials {
username = project.findProperty("gpr.username") as String?
password = project.findProperty("gpr.token") as String?
Expand Down

0 comments on commit 581a195

Please sign in to comment.