Skip to content

Commit

Permalink
gradle: do not print task properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed Jul 11, 2022
1 parent 96320f1 commit 174c689
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/bindings/jna/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ gradle.taskGraph.whenReady { taskGraph ->
task.inputs.files.each { input ->
logger.lifecycle(" IF $input")
}
task.inputs.properties.each { input ->
logger.lifecycle(" IP $input")
}

// task.inputs.properties.each { input ->
// logger.lifecycle(" IP $input")
// }

task.outputs.files.each { output ->
logger.lifecycle(" OF $output")
Expand Down

0 comments on commit 174c689

Please sign in to comment.