Skip to content

Commit 27f318e

Browse files
committed
ci: comment out github packages for now as there are some issues there
1 parent 3b55732 commit 27f318e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ publishing {
9696
}
9797
}
9898
repositories {
99-
maven {
99+
/*maven {
100100
name = "GitHubPackages"
101101
url = uri("https://maven.pkg.github.com/navikt/${rootProject.name}")
102102
credentials {
103103
username = System.getenv("GITHUB_ACTOR")
104104
password = System.getenv("GITHUB_TOKEN")
105105
}
106-
}
106+
}*/
107107
maven {
108108
name = "Sonatype"
109109
val releasesRepoUrl = uri("$mavenRepoBaseUrl/service/local/staging/deploy/maven2/")

0 commit comments

Comments
 (0)