Skip to content

Commit

Permalink
chore(lh-extension): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Mar 27, 2024
1 parent dd6308b commit 4b2b821
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ allprojects {
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
}
}
maven {
url = uri("https://maven.pkg.github.com/ids-basecamp/ids-infomodel-java")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion launchers/common/base-mds/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("logging-house:logging-house-client:0.1.1")
implementation("logging-house:logging-house-client:0.2.9")
}

val sovityEdcGroup: String by project
Expand Down

0 comments on commit 4b2b821

Please sign in to comment.