From 4420b9ddb7c3f6a593a6c874e635e66eafb963a9 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 22 Jun 2021 10:28:45 +0200 Subject: [PATCH] Scala 2.12 does not support a JDK 11 target And in any case, it will need to be -target:11 when we switch to 2.13. (cherry picked from commit 34abbf194ab0e0e71a6037b3c55881eb8d215044) --- .../scala/src/test/resources/projects/classic-scala/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/scala/src/test/resources/projects/classic-scala/pom.xml b/integration-tests/scala/src/test/resources/projects/classic-scala/pom.xml index 707ad3601dedc..d13c1561e686f 100644 --- a/integration-tests/scala/src/test/resources/projects/classic-scala/pom.xml +++ b/integration-tests/scala/src/test/resources/projects/classic-scala/pom.xml @@ -102,7 +102,7 @@ -deprecation -feature -explaintypes - -target:jvm-11 + -target:jvm-1.8 -Ypartial-unification