We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2c9a5 commit 8806279Copy full SHA for 8806279
sort-dependencies-gradle-plugin/src/main/kotlin/com/squareup/sort/SortDependenciesTask.kt
@@ -55,7 +55,7 @@ abstract class SortDependenciesTask @Inject constructor(
55
throw InvalidUserDataException("Mode must be 'sort' or 'check'. Was '$mode'.")
56
}
57
58
- logger.debug("Sorting '$buildScript' using mode '$mode'.")
+ logger.info("Sorting '$buildScript' using mode '$mode'.")
59
60
execOps.javaexec { javaExecSpec ->
61
with(javaExecSpec) {
0 commit comments