Skip to content

Commit

Permalink
解决因为打包导致的JNI异常。
Browse files Browse the repository at this point in the history
  • Loading branch information
MoshiCoCo committed Sep 21, 2023
1 parent 0396a18 commit 29bf6f4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 72 deletions.
69 changes: 0 additions & 69 deletions dependency-reduced-pom.xml

This file was deleted.

13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<name>apple-monitor</name>
<description>apple-monitor</description>


<properties>
<java.version>17</java.version>
<skipTests>true</skipTests>
Expand Down Expand Up @@ -104,6 +103,18 @@
</execution>
</executions>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>module-info.class</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.MF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/release.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1. 发布v0.1.0版本,支持bark推送配置铃声。
1. 发布v0.1.0版本,解决因为打包导致的JNI异常
2 changes: 1 addition & 1 deletion src/main/resources/release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tag_main": "0.1.0",
"tag_latest": "0.1.0",
"release_date": "2023-09-20"
"release_date": "2023-09-21"
}

0 comments on commit 29bf6f4

Please sign in to comment.