correct openjdk-11 sdk setting in project files instead of just 11

This commit is contained in:
Irmen de Jong
2023-01-24 01:49:38 +01:00
parent 74b69e191e
commit 224278e07a
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>