Skip to content

Commit

Permalink
*credentials printing removed
Browse files Browse the repository at this point in the history
  • Loading branch information
OneXeor committed Dec 11, 2023
1 parent 15e1ad6 commit 6e5f6ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ fun KotlinMultiplatformExtension.publishing() {
.configureEach { onlyIf { findProperty("isMainHost") == "true" } }
}
}
println("UserName ${System.getenv("USERNAME")}")
println("Password: ${System.getenv("API_KEY")}")

repositories {
maven {
name = "KDownloader"
Expand Down

0 comments on commit 6e5f6ff

Please sign in to comment.