Skip to content

Commit

Permalink
🥺🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed May 1, 2024
1 parent 7be57b9 commit cefd4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:

- name: Build with Maven
run: |
brew install libavif
arch -arm64 brew install libavif
mvn -B package --file pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<argLine>
--add-opens java.logging/java.util.logging=ALL-UNNAMED
-Djava.util.logging.config.file=${project.build.testOutputDirectory}/logging.properties
-Djna.library.path=${native.prefix}/lib
-Djna.library.path=@{native.prefix}/lib
</argLine>
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand Down

0 comments on commit cefd4af

Please sign in to comment.