Skip to content

Commit

Permalink
Removed netbeans jdk version hint. Updated gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeTNC committed Dec 10, 2022
1 parent 3b42e82 commit 426bd13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Project/target/
.idea
*.iml
.DS_Store
9 changes: 0 additions & 9 deletions Project/nb-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,4 @@
<word>util</word>
<word>uuuu</word>
</spellchecker-wordlist>
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
<!--
Properties that influence various parts of the IDE, especially code formatting and the like.
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
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_1.8</netbeans.hint.jdkPlatform>
</properties>
</project-shared-configuration>

0 comments on commit 426bd13

Please sign in to comment.