From 256eb9d9187617c3458abfa9c2e4a34fc18b7bb2 Mon Sep 17 00:00:00 2001 From: Tobias Stamann Date: Thu, 11 Apr 2024 22:23:00 +0200 Subject: [PATCH] [#148] added tests for sealed classes feature --- integrationtest/java16/pom.xml | 2 +- integrationtest/java17/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integrationtest/java16/pom.xml b/integrationtest/java16/pom.xml index 0e86bce7..9c9e9b22 100644 --- a/integrationtest/java16/pom.xml +++ b/integrationtest/java16/pom.xml @@ -42,7 +42,7 @@ [3.0.4,) - 9 + 16 false diff --git a/integrationtest/java17/pom.xml b/integrationtest/java17/pom.xml index 8dac5b51..a5c9c710 100644 --- a/integrationtest/java17/pom.xml +++ b/integrationtest/java17/pom.xml @@ -42,7 +42,7 @@ [3.0.4,) - 9 + 17 false @@ -64,8 +64,8 @@ maven-compiler-plugin - 16 - 16 + 17 + 17