We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278920b commit 3dcc2baCopy full SHA for 3dcc2ba
1 file changed
build.gradle.kts
@@ -43,7 +43,7 @@ publishing {
43
repositories {
44
maven {
45
name = "GitHubPackages"
46
- url = uri("https://maven.pkg.github.com/Fantamomo/DEIN-REPO-NAME")
+ url = uri("https://maven.pkg.github.com/Fantamomo/brigadier-interception")
47
48
credentials {
49
username = project.findProperty("gpr.user") as String?
0 commit comments