Skip to content

Commit

Permalink
Ensure GraalVM Native Build Compatibility
Browse files Browse the repository at this point in the history
Motivation:
Ensure GraalVM Native Build Compatibility

Modifications:
Add Native build test

Result:
Ensured GraalVM Native Build Compatibility
  • Loading branch information
jchrys committed Feb 16, 2024
1 parent 599a5b7 commit 39946f3
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 @@ -87,7 +87,7 @@
<zstd-jni.version>1.5.5-11</zstd-jni.version>
<java-annotations.version>24.1.0</java-annotations.version>
<bouncy-castle.version>1.77</bouncy-castle.version>
<graalvm.version>21.2.0</graalvm.version>
<graalvm.version>21.0.0</graalvm.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 39946f3

Please sign in to comment.