We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e098a commit c914c74Copy full SHA for c914c74
1 file changed
build.gradle.kts
@@ -361,6 +361,7 @@ publishing {
361
mavenLocal()
362
363
maven(url = "https://beta.maven.isxander.dev/releases") {
364
+ name = "Xander"
365
credentials {
366
username = secrets.gradleProperty("maven.username").orNull
367
password = secrets.gradleProperty("maven.password").orNull
0 commit comments