Skip to content

Commit

Permalink
chore: update BuildMinimizedJarTask.suppressOutputAndExecute() to be …
Browse files Browse the repository at this point in the history
…private
  • Loading branch information
Ellet committed Jul 3, 2024
1 parent 171cd1b commit 446cecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildMinimizedJarTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ open class BuildMinimizedJarTask : DefaultTask() {
)
}

fun suppressOutputAndExecute(action: () -> Unit) {
private fun suppressOutputAndExecute(action: () -> Unit) {
val oldStandardOut = System.out
val oldStandardErr = System.err
val noOpOutputStream =
Expand Down

0 comments on commit 446cecb

Please sign in to comment.