Skip to content

Commit

Permalink
[dependencies] Downgrade to GraalVM 22.1.0 to fix OWB extension error…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
fpapon committed Sep 4, 2023
1 parent 86550c7 commit 86b53fc
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 @@ -116,7 +116,7 @@
<artifactId>arthur-maven-plugin</artifactId>
<version>${arthur.version}</version>
<configuration>
<graalVersion>22.3.3</graalVersion>
<graalVersion>22.1.0</graalVersion>
<attach>true</attach>
<attachClassifier>${os.name}-${os.arch}</attachClassifier> <!-- Linux-amd64 -->
<output>${project.build.directory}/${project.artifactId}</output>
Expand Down

0 comments on commit 86b53fc

Please sign in to comment.