Skip to content

Commit

Permalink
Use correct publishing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Malfrador committed Jan 26, 2025
1 parent ab51af2 commit 829ce1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ subprojects {
repositories {
maven {
name = "erethon"
url = uri("https://repo.erethon.de/releases/")
url = uri("https://repo.erethon.de/snapshots/")
credentials(PasswordCredentials::class)
authentication {
create<BasicAuthentication>("basic")
Expand Down

0 comments on commit 829ce1c

Please sign in to comment.