From 84e0790d7d4e753c99d35933582891ee4a582632 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Fri, 22 Aug 2025 06:34:23 +0500 Subject: [PATCH] Fix building on Windows with JDJ 24 The error was during running tests ``` [ERROR] WARNING: A restricted method in java.lang.System has been called [ERROR] WARNING: java.lang.System::load has been called by org.fusesource.jansi.internal.JansiLoader in an unnamed module ``` --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6fbb8a8..09459ed 100644 --- a/pom.xml +++ b/pom.xml @@ -261,6 +261,7 @@ true 1 true + --enable-native-access=ALL-UNNAMED