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 c38966c commit f4e895fCopy full SHA for f4e895f
build.gradle.kts
@@ -103,14 +103,14 @@ publishing {
103
}
104
105
repositories {
106
- /*maven {
+ maven {
107
name = "GitHubPackages"
108
url = uri("https://maven.pkg.github.com/navikt/${rootProject.name}")
109
credentials {
110
username = System.getenv("GITHUB_ACTOR")
111
password = System.getenv("GITHUB_TOKEN")
112
113
- }*/
+ }
114
maven {
115
name = "Sonatype"
116
val releasesRepoUrl = uri("$mavenRepoBaseUrl/service/local/staging/deploy/maven2/")
0 commit comments