From c02cdf81aefbff1e5fa44828b8da8aa93652d989 Mon Sep 17 00:00:00 2001 From: Mirro Mutth Date: Tue, 27 Feb 2024 11:35:08 +0900 Subject: [PATCH] Resolve native image warnings --- .github/workflows/ci-graalvm-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-graalvm-tests.yml b/.github/workflows/ci-graalvm-tests.yml index c963bed88..46135627d 100644 --- a/.github/workflows/ci-graalvm-tests.yml +++ b/.github/workflows/ci-graalvm-tests.yml @@ -48,6 +48,6 @@ jobs: - name: Build and run native image run: | echo "JAVA_HOME=$JAVA_HOME" - echo "./mvnw -Pgraalvm package" - ./mvnw -Pgraalvm package + echo "./mvnw -Pgraalvm package -Dmaven.javadoc.skip=true" + ./mvnw -Pgraalvm package -Dmaven.javadoc.skip=true ./test-native-image/target/test-native-image -Dtest.mysql.password=r2dbc-password!@