Skip to content

Commit

Permalink
fix: attempt to not minimize jar
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Petrov committed Apr 15, 2024
1 parent 0f92552 commit da38a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<minimizeJar>false</minimizeJar>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit da38a16

Please sign in to comment.