From 042caeb72a115c80ce73474b010707921d88d860 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sun, 13 Aug 2023 02:25:21 +0200 Subject: [PATCH] Enable 'quickBuild' mode Seems to improve build speed, and at least for the previous issue with `RecordComponent` still causes test failures (as expected) if the fix is reverted. --- graal-native-image-test/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graal-native-image-test/pom.xml b/graal-native-image-test/pom.xml index f93812172f..76391200a4 100644 --- a/graal-native-image-test/pom.xml +++ b/graal-native-image-test/pom.xml @@ -149,6 +149,9 @@ test + + true +