We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3ec3c commit 772c970Copy full SHA for 772c970
make/test/BuildMicrobenchmark.gmk
@@ -119,7 +119,6 @@ $(JMH_UNPACKED_JARS_DONE): $(JMH_RUNTIME_JARS)
119
$(foreach jar, $(JMH_RUNTIME_JARS), \
120
$$($(UNZIP) -oq $(jar) -d $(JMH_UNPACKED_DIR)))
121
$(RM) -r $(JMH_UNPACKED_DIR)/META-INF
122
- $(RM) $(JMH_UNPACKED_DIR)/*.xml
123
$(TOUCH) $@
124
125
# Copy dependency files for inclusion in the benchmark JARs
0 commit comments