image: maven:3.9.11-eclipse-temurin-25 build: script: - "mvn javafx:jlink -B" artifacts: paths: - "target/*.zip" only: - main