Skip to content

Commit

Permalink
Gradle edit
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP committed Oct 29, 2024
1 parent b660cc4 commit 720772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ kotlin {
repositories {
maven {
name = "GithubPackages"
url = uri("https://maven.pkg.github.com/eclipse-zenoh/zenoh-kotlin")
url = uri("https://maven.pkg.github.com/DariusIMP/zenoh-kotlin")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 720772f

Please sign in to comment.