Skip to content

Commit 8806279

Browse files
authored
Update sort-dependencies-gradle-plugin/src/main/kotlin/com/squareup/sort/SortDependenciesTask.kt
1 parent 3b2c9a5 commit 8806279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sort-dependencies-gradle-plugin/src/main/kotlin/com/squareup/sort/SortDependenciesTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class SortDependenciesTask @Inject constructor(
5555
throw InvalidUserDataException("Mode must be 'sort' or 'check'. Was '$mode'.")
5656
}
5757

58-
logger.debug("Sorting '$buildScript' using mode '$mode'.")
58+
logger.info("Sorting '$buildScript' using mode '$mode'.")
5959

6060
execOps.javaexec { javaExecSpec ->
6161
with(javaExecSpec) {

0 commit comments

Comments
 (0)