Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit bea3552

Browse files
Fix due to maven migration
1 parent 97bc302 commit bea3552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ publishing {
222222
repositories {
223223
maven {
224224
name = "repository"
225-
url = "https://maven.dragons.plus/Releases"
225+
url = "https://maven.dragons.plus/releases"
226226
credentials(PasswordCredentials)
227227
authentication {
228228
basic(BasicAuthentication)

0 commit comments

Comments
 (0)