From e7e494c6d168ea2942e1c6fa1c9c7808f4c12184 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期一, 18 九月 2023 13:40:17 +0800 Subject: [PATCH] 完善全局处理模块 --- HDLSDK_DEMO/.idea/compiler.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDLSDK_DEMO/.idea/compiler.xml b/HDLSDK_DEMO/.idea/compiler.xml index 245a82c..7d7ec2e 100644 --- a/HDLSDK_DEMO/.idea/compiler.xml +++ b/HDLSDK_DEMO/.idea/compiler.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CompilerConfiguration"> - <bytecodeTargetLevel target="1.8" /> + <bytecodeTargetLevel target="11" /> </component> </project> \ No newline at end of file -- Gitblit v1.8.0