Update maven-publish.yml

This commit is contained in:
Yang Yang
2024-02-23 00:18:03 +08:00
committed by GitHub
parent 427b8f8ae3
commit 88fbac7a18

View File

@@ -30,7 +30,10 @@ jobs:
with:
graalvm-version: '21.3.0' # Ensure this version is compatible with Java 17
java-version: '17'
- name: Set execute permissions for mvnw
run: chmod +x ./mvnw
- name: Build native image with Maven
run: ./mvnw native:compile -Pnative