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 dd81b55 commit 7f76d72Copy full SHA for 7f76d72
plugin/build.gradle.kts
@@ -28,8 +28,8 @@ publishing {
28
name = "GitHubPackages"
29
url = uri("https://maven.pkg.github.com/vanioinformatika/maven-releases")
30
credentials {
31
- username = System.getenv("GPR_USERNAME").also { println("user:$it") }
32
- password = System.getenv("GPR_TOKEN").also { println("token:$it") }
+ username = System.getenv("GPR_USERNAME")
+ password = System.getenv("GPR_TOKEN")
33
}
34
35
0 commit comments