From e68a4e5121d93306e8f05e6518aa078028f75c2f Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Mon, 9 May 2022 11:18:09 +0200 Subject: [PATCH] Reformat code --- pom.xml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9b9205f..73d932f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,15 +32,23 @@ mulesoft-public-snapshots MuleSoft public snapshots https://repository.mulesoft.org/nexus/content/repositories/public - false - true + + false + + + true + netty5-snapshots Netty 5 snapshots https://oss.sonatype.org/content/repositories/snapshots - true - true + + true + + + true + @@ -590,7 +598,10 @@ false - --add-modules jdk.incubator.foreign -Dforeign.restricted=permit --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --enable-native-access=ALL-UNNAMED + --add-modules jdk.incubator.foreign -Dforeign.restricted=permit + --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.nio=ALL-UNNAMED --enable-native-access=ALL-UNNAMED + ci