Skip to content

Commit

Permalink
Corrected formatting in xml
Browse files Browse the repository at this point in the history
Corrected comment formatting in benchmark pom xml. Currently, rultor is complaining and I cannot release new version.
PR: #425
  • Loading branch information
olenagerasimova committed Jun 28, 2021
1 parent 7e5d0f3 commit 40f1c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
</transformers>
<filters>
<filter>
<!--
Shading signed JARs will fail without this.
http://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar
-->
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<!--
Shading signed JARs will fail without this.
http://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar
-->
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
Expand Down

0 comments on commit 40f1c9b

Please sign in to comment.