Skip to content

Commit 7f76d72

Browse files
committed
fix: remove some debug info
1 parent dd81b55 commit 7f76d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ publishing {
2828
name = "GitHubPackages"
2929
url = uri("https://maven.pkg.github.com/vanioinformatika/maven-releases")
3030
credentials {
31-
username = System.getenv("GPR_USERNAME").also { println("user:$it") }
32-
password = System.getenv("GPR_TOKEN").also { println("token:$it") }
31+
username = System.getenv("GPR_USERNAME")
32+
password = System.getenv("GPR_TOKEN")
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)