Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
OneXeor authored Dec 11, 2023
1 parent b1ad474 commit bbbfadf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ 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 bbbfadf

Please sign in to comment.