Skip to content

Commit 9a67e6a

Browse files
author
Xyness
committed
1.10.0.2 #3
1 parent 4c52da9 commit 9a67e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ publishing {
7272
repositories {
7373
maven {
7474
name = "GitHubPackages"
75-
url = uri("https://maven.pkg.github.com/USERNAME/SimpleClaimSystem")
75+
url = uri("https://maven.pkg.github.com/Xyness/SimpleClaimSystem")
7676
credentials {
7777
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
7878
password = project.findProperty("gpr.token") as String? ?: System.getenv("TOKEN")

0 commit comments

Comments
 (0)