Downgrading to Java 1.7
Necessary to keep compatibility with Android
Change-Id: I6520dc649cb1b44f61a8cb7bc054eda7d818082c
diff --git a/nb-configuration.xml b/nb-configuration.xml
index 4939579..73d99a8 100644
--- a/nb-configuration.xml
+++ b/nb-configuration.xml
@@ -22,6 +22,6 @@
<org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width>80</org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width>
<org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap>none</org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap>
<org-netbeans-modules-editor-indent.text.x-fortran.CodeStyle.project.text-limit-width>132</org-netbeans-modules-editor-indent.text.x-fortran.CodeStyle.project.text-limit-width>
- <netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
+ <netbeans.hint.jdkPlatform>JDK_1.7</netbeans.hint.jdkPlatform>
</properties>
</project-shared-configuration>