Skip to content

Commit

Permalink
Update publish repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cyklon73 authored Dec 20, 2024
1 parent 699b87c commit acdb36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ java {
publishing {
repositories {
maven {
url = "https://maven.mineking.dev/" + (release ? "releases" : "snapshots")
url = "https://maven.cyklon.dev/" + (release ? "releases" : "snapshots")
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_SECRET")
Expand Down

0 comments on commit acdb36c

Please sign in to comment.