Skip to content

Commit

Permalink
chore: disable github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBaptisteWATENBERG committed May 22, 2020
1 parent 93fb01f commit 9781995
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ subprojects {

publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/JeanBaptisteWATENBERG/junit5-kubernetes")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
}
}
// maven {
// name = "GitHubPackages"
// url = uri("https://maven.pkg.github.com/JeanBaptisteWATENBERG/junit5-kubernetes")
// credentials {
// username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
// password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
// }
// }
maven {
name = "MavenCentral"
val releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
Expand Down

0 comments on commit 9781995

Please sign in to comment.