From 9dbf9e030b98245226a6ea4e9a005b2b62f6036c Mon Sep 17 00:00:00 2001 From: shifujun Date: Tue, 12 Dec 2023 14:10:23 +0800 Subject: Minimal changes make IDEA 2023.2 work out-of-box Correct maven-compiler-plugin JDK version for IDEA import Compiler bytecode version. Remove JvstTestRoot's constructor, otherwise IDEA cannot show Run icon aside testMethod. Another way is adding suite() static method to those classes. Now we can clone and open project with IDEA 2023.2. Debug single test case with IDEA is very useful. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a604e166..42106d56 100644 --- a/pom.xml +++ b/pom.xml @@ -151,8 +151,8 @@ maven-compiler-plugin 3.2 - 1.8 - 1.8 + 11 + 11 11 11 -parameters -- cgit v1.2.3