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