Skip to content

Commit

Permalink
Remove annoying println
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricebarnum committed Jan 31, 2022
1 parent 568fea8 commit 04ec49a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions microbenchmarks/build.gradle
Expand Up @@ -41,12 +41,11 @@ jar {
manifest {
attributes 'Main-Class': 'org.openjdk.jmh.Main'
}
println configurations.runtimeClasspath.collect().size()
from {
configurations.compileClasspath.collect {it.isDirectory() ? it : zipTree(it) }
}
exclude 'META-INF/*.RSA'
exclude 'META-INF/*.SF'
exclude 'META-INF/*.DSA'
archiveBaseName = 'microbenchmarks'
}
}

0 comments on commit 04ec49a

Please sign in to comment.