From 3f236fbfdd7dfb55007027676ab11f6cac9b12d3 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 May 2021 14:53:28 +0200 Subject: [PATCH] Switch Kotlin test sources to language level 1.3. Closes #1447 --- parent/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 98e73dce..c36daaba 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1149,8 +1149,6 @@ test-compile - 1.5 - 1.5 ${project.basedir}/src/test/kotlin ${project.basedir}/src/test/java