Skip to content

Commit

Permalink
Do not print warning about missing nexusUsername and nexusPassword (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Nov 14, 2024
1 parent 08e6771 commit cd36353
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/kotlin/us/ihmc/build/IHMCBuildExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ open class IHMCBuildExtension(val project: Project)
}
else
{
if (propertyName == "nexusUsername" || propertyName == "nexusPassword")
{
if (!openSource)
{
LogTools.warn("Please set nexusUsername and nexusPassword in /path/to/user/.gradle/gradle.properties.")
}
}

LogTools.info("No value found for $propertyName. Using default value: $defaultValue")
project.extra.set(propertyName, defaultValue)
return defaultValue
Expand Down

0 comments on commit cd36353

Please sign in to comment.