Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 24, 2023
1 parent 9b16fff commit e656898
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions interop/kotlin/ret-kotlin/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ publishing {
password = project.findProperty("ossrhPassword") as String?
}
}

maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/radixdlt/radix-engine-toolkit")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}

Expand Down

0 comments on commit e656898

Please sign in to comment.