Skip to content

Commit

Permalink
fijiPopulate: fix logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden authored and skalarproduktraum committed Apr 18, 2024
1 parent 9b2a918 commit 89167ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/sciview/fiji.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ private fun update() {

private fun populate() {
validateFijiDir()
logger.lifecycle("Populating $fijiDir...")

// Parse relevant update site databases. This information is useful
// for deciding which JAR files to copy, and which ones to leave alone.
Expand Down Expand Up @@ -265,7 +266,6 @@ private fun upload() {
}

private fun validateFijiDir() {
logger.lifecycle("Populating $fijiDir...")
if (!fijiDir.isDirectory) {
error("No such directory: ${fijiDir.absolutePath}")
}
Expand Down

0 comments on commit 89167ef

Please sign in to comment.