binaryeq / jcompile

scripts to compile Java projects with different compilers to create a data set of comparable binaries
Apache License 2.0
0 stars 0 forks source link

Strip non-`.class` files from test jars at build time #68

Closed wtwhite closed 11 months ago

wtwhite commented 11 months ago

Building test jars results in 10x disk usage, so strip all non-.class files from test jars automatically as soon as the build completes.