From 224278e07a59929d86800c8085d9809deda4416b Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 24 Jan 2023 01:49:38 +0100 Subject: [PATCH] correct openjdk-11 sdk setting in project files instead of just 11 --- .idea/misc.xml | 2 +- codeGenVirtual/codeGenVirtual.iml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 codeGenVirtual/codeGenVirtual.iml diff --git a/.idea/misc.xml b/.idea/misc.xml index a73ef3d0a..cd58425e0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/codeGenVirtual/codeGenVirtual.iml b/codeGenVirtual/codeGenVirtual.iml new file mode 100644 index 000000000..99e1bf4ce --- /dev/null +++ b/codeGenVirtual/codeGenVirtual.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file