Skip to content

Commit

Permalink
Update maven root for lts repo
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Oct 26, 2024
1 parent 8230b57 commit 94e71e6
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 @@ -241,7 +241,7 @@ subprojects {
publishing {
repositories {
maven {
url = URI("s3://http4k-maven/maven2")
url = URI("s3://http4k-maven")

val ltsUsername: String? by project
val ltsPassword: String? by project
Expand Down

0 comments on commit 94e71e6

Please sign in to comment.