Sleepy Generics

This commit is contained in:
2023-10-02 13:28:33 -05:00
parent 1e9d90d12a
commit 7da3542ede
8 changed files with 203 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ You can copy and paste the single properties, into the pom.xml file and the IDE
That way multiple projects can share the same settings (useful for formatting rules for example).
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.hint.jdkPlatform>JDK_20__System_</netbeans.hint.jdkPlatform>
<netbeans.hint.jdkPlatform>Graal_JDK_20</netbeans.hint.jdkPlatform>
<org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
</properties>
</project-shared-configuration>