Fix typo in Maven repository URL in build.gradle configuration.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = 'gitea'
|
||||
url = 'https://git.catlet.info/api/packages/StateMc/maven'
|
||||
url = 'https://git.catlet.info/api/packages/StateMC/maven'
|
||||
credentials(HttpHeaderCredentials) {
|
||||
name = 'Authorization'
|
||||
value = 'Basic ' + Base64.encoder.encodeToString(
|
||||
|
||||
Reference in New Issue
Block a user