Skip to content

Commit

Permalink
Attach minimized library
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Dec 27, 2023
1 parent d731eef commit 0444c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,13 @@ limitations under the License.
<injar>${project.build.finalName}.jar</injar>
<outjar>${project.build.finalName}-small.jar</outjar>
<outputDirectory>${project.build.directory}</outputDirectory>
<attach>true</attach>
<options>
<option>-dontnote</option>
<option>-allowaccessmodification</option>
<option>-repackageclasses</option>
<option>-flattenpackagehierarchy a</option>
<option>-keepattributes Signature</option>
<option>-keep public class com.ethlo.time.ITU { *; }</option>
<option>-keep public class com.ethlo.time.DateTime { *; }</option>
<option>-keep public class com.ethlo.time.Field { *; }</option>
Expand Down Expand Up @@ -313,7 +315,6 @@ limitations under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.skip>true</gpg.skip>
<proguard.skip>true</proguard.skip>
</properties>
<profiles>
<profile>
Expand Down
40 changes: 0 additions & 40 deletions src/test/java/com/ethlo/time/itu/EthloItuProfilerTest.java

This file was deleted.

0 comments on commit 0444c9b

Please sign in to comment.