Skip to content

Commit

Permalink
fix(build): build repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jan 15, 2024
1 parent f2b3c66 commit ed38270
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 @@ -56,7 +56,7 @@ subprojects {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/truzzt/edc-logging-house-client")
url = uri("https://maven.pkg.github.com/truzzt/mds-ap3")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
Expand Down

0 comments on commit ed38270

Please sign in to comment.