From 7c11ddf7ace71b8e15215e6beb6af93868fbdf25 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 11 Aug 2022 15:48:23 +0200 Subject: [PATCH] Move to JDK_1_7 in maven project --- libraries/pom.xml | 24 ++++++++++++++++ .../src/it/test-customJdk/pom.xml | 28 ++++++++++++++++++- 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/libraries/pom.xml b/libraries/pom.xml index b78d0294519..68e5298d575 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -299,6 +299,30 @@ ${env.JDK_16} + + jdk_1_7_new + + + env.JDK_1_7 + + true + + + ${env.JDK_1_7} + + + + jdk_1_7_old + + + !env.JDK_1_7 + + true + + + ${env.JDK_17} + + sign-artifacts diff --git a/libraries/tools/kotlin-maven-plugin-test/src/it/test-customJdk/pom.xml b/libraries/tools/kotlin-maven-plugin-test/src/it/test-customJdk/pom.xml index 061cc0ccf4b..dc1785bc017 100644 --- a/libraries/tools/kotlin-maven-plugin-test/src/it/test-customJdk/pom.xml +++ b/libraries/tools/kotlin-maven-plugin-test/src/it/test-customJdk/pom.xml @@ -22,7 +22,7 @@ - ${env.JDK_17} + ${jdk_1_7} @@ -45,4 +45,30 @@ + + + jdk_1_7_new + + + env.JDK_1_7 + + true + + + ${env.JDK_1_7} + + + + jdk_1_7_old + + + !env.JDK_1_7 + + true + + + ${env.JDK_17} + + +