Skip to content

Commit

Permalink
upgrade arthur and a bit graalvm for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Jan 10, 2024
1 parent e32001e commit 784a9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-test/projects/jul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.geronimo.arthur</groupId>
<artifactId>arthur-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.0.7</version>
<executions>
<execution>
<id>native</id>
Expand All @@ -74,7 +74,7 @@
</goals>
<configuration>
<main>test.Main</main>
<graalVersion>22.1.0</graalVersion>
<graalVersion>22.3.0.r17</graalVersion>
<customOptions>
<customOption>-Djava.util.logging.manager=io.yupiik.logging.jul.YupiikLogManager</customOption>
</customOptions>
Expand Down

0 comments on commit 784a9c7

Please sign in to comment.