Skip to content

Commit

Permalink
refactor: Include new maven repo link (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain authored Mar 27, 2024
2 parents f7238f2 + 93b898e commit 280cd6f
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 @@ -176,7 +176,7 @@ publishing {

repositories {
maven {
url = uri("https://maven.walt.id/repository/waltid/")
url = uri("https://maven.waltid.dev/releases")
val envUsername = System.getenv("MAVEN_USERNAME")
val envPassword = System.getenv("MAVEN_PASSWORD")

Expand Down

0 comments on commit 280cd6f

Please sign in to comment.