Skip to content

Commit

Permalink
Update sort-dependencies-gradle-plugin/src/main/kotlin/com/squareup/s…
Browse files Browse the repository at this point in the history
…ort/SortDependenciesTask.kt
  • Loading branch information
ZacSweers authored Jun 6, 2024
1 parent 3b2c9a5 commit 8806279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ abstract class SortDependenciesTask @Inject constructor(
throw InvalidUserDataException("Mode must be 'sort' or 'check'. Was '$mode'.")
}

logger.debug("Sorting '$buildScript' using mode '$mode'.")
logger.info("Sorting '$buildScript' using mode '$mode'.")

execOps.javaexec { javaExecSpec ->
with(javaExecSpec) {
Expand Down

0 comments on commit 8806279

Please sign in to comment.