From 9a5348c4dd0ae3edc98c47c43d367cc3cf3d09d5 Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sun, 6 Oct 2024 11:11:40 +0300 Subject: [PATCH 1/3] Pom formatting --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc8e64d..991e960 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 io.scalecube @@ -184,7 +186,7 @@ The reactor is not valid true - + From 13ca8e7de5f7470e919918a214812dde37622282 Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sun, 6 Oct 2024 15:02:21 +0300 Subject: [PATCH 2/3] Added compiler parameter "source 17" --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 991e960..433f048 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,7 @@ ${maven-compiler-plugin.version} 17 + 17 From 8739f4efd5bb3a64d891db28a0c3e5000923fbac Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sun, 6 Oct 2024 15:46:25 +0300 Subject: [PATCH 3/3] Added compiler parameter "target 17" --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 433f048..70c86a9 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ 17 17 + 17