]> source.dussan.org Git - javassist.git/commit
Fix bytecode compatible back to 52(JDK8) 473/head
authorshifujun <shifujun@foxmail.com>
Mon, 18 Dec 2023 08:39:09 +0000 (16:39 +0800)
committershifujun <shifujun@foxmail.com>
Wed, 20 Dec 2023 00:36:34 +0000 (08:36 +0800)
commitdc5aefedf1fa429f7101f56fa7e9485b5d3dc2c4
treec05ef7e41911f3b605ae89421553b78858f36554
parent8b1296ea6400b6f780532f3c48961e9f5357e78f
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
pom.xml