Skip to content

Commit

Permalink
Don't printCompileClasspath for less noise in logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Jan 17, 2022
1 parent 0a8ac9a commit da31586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dist.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {
from sourceSets.main.output

dependsOn configurations.compileClasspath
dependsOn "printCompileClasspath"
//dependsOn "printCompileClasspath"
from {
configurations.compileClasspath.findAll {
it.name.endsWith('jar') &&
Expand Down

0 comments on commit da31586

Please sign in to comment.