From 663f421de342afcba24703079f778738045d3ff2 Mon Sep 17 00:00:00 2001 From: Daniel Zou Date: Mon, 6 Dec 2021 12:59:13 -0500 Subject: [PATCH] fix(java): Only enable integration tests for native image testing (#375) * fix(java): Only enable integration tests for native image testing --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0852eb31..5f562a1c 100644 --- a/pom.xml +++ b/pom.xml @@ -790,8 +790,7 @@ org.graalvm.buildtools junit-platform-native - - 0.9.5 + 0.9.8 test @@ -806,14 +805,17 @@ + + **/IT*.java + org.graalvm.buildtools native-maven-plugin - 0.9.8 + true test-native @@ -827,7 +829,6 @@ --no-fallback --no-server - --features=com.google.cloud.nativeimage.features.ProtobufMessageFeature