From: shifujun Date: Mon, 18 Dec 2023 08:39:09 +0000 (+0800) Subject: Fix bytecode compatible back to 52(JDK8) X-Git-Tag: rel_3_30_2_ga~3^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F473%2Fhead;p=javassist.git Fix bytecode compatible back to 52(JDK8) This project need JDK 11 to compile, but target to JDK 8. IDEA need uncheck "use --release" in Preferences | Build, Execution, Deployment | Compiler | Java Compiler , to build success. fix #470 --- diff --git a/pom.xml b/pom.xml index 89ffd957..e27790b7 100644 --- a/pom.xml +++ b/pom.xml @@ -151,8 +151,8 @@ maven-compiler-plugin 3.2 - 11 - 11 + 1.8 + 1.8 11 11 -parameters