Skip to content

Commit 3dcc2ba

Browse files
committed
fix: update Gradle repository URL to point to correct GitHub Package repository
1 parent 278920b commit 3dcc2ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ publishing {
4343
repositories {
4444
maven {
4545
name = "GitHubPackages"
46-
url = uri("https://maven.pkg.github.com/Fantamomo/DEIN-REPO-NAME")
46+
url = uri("https://maven.pkg.github.com/Fantamomo/brigadier-interception")
4747

4848
credentials {
4949
username = project.findProperty("gpr.user") as String?

0 commit comments

Comments
 (0)