Skip to content

Commit

Permalink
Fixing build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospontual committed Mar 18, 2024
1 parent 6e379b0 commit 5327428
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pluginManagement {

java.util.Properties().apply {
File("${settingsDir.parent}/persistent-cookie-jar-okhttp/local.properties").reader().use { load(it) }
}.also {
val nexusURL: String = System.getenv("NEXUS_URL") ?: it.getProperty("NEXUS_URL")
val nexusUsername: String = System.getenv("NEXUS_USERID") ?: it.getProperty("NEXUS_USERID")
val nexusPassword: String = System.getenv("NEXUS_PASSWORD") ?: it.getProperty("NEXUS_PASSWORD")
Expand Down

0 comments on commit 5327428

Please sign in to comment.