We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b55732 commit 27f318eCopy full SHA for 27f318e
build.gradle.kts
@@ -96,14 +96,14 @@ publishing {
96
}
97
98
repositories {
99
- maven {
+ /*maven {
100
name = "GitHubPackages"
101
url = uri("https://maven.pkg.github.com/navikt/${rootProject.name}")
102
credentials {
103
username = System.getenv("GITHUB_ACTOR")
104
password = System.getenv("GITHUB_TOKEN")
105
106
- }
+ }*/
107
maven {
108
name = "Sonatype"
109
val releasesRepoUrl = uri("$mavenRepoBaseUrl/service/local/staging/deploy/maven2/")
0 commit comments