Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NetBeans
Apache NetBeans
Commits
a02e54ae
Commit
a02e54ae
authored
Oct 26, 2021
by
Eric Barboni
Browse files
installer jdk 11 fixes
parent
d197870f
Changes
3
Hide whitespace changes
Inline
Side-by-side
nbbuild/installer/components/products/nb-javaee/nbproject/project.properties
View file @
a02e54ae
...
...
@@ -43,7 +43,7 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs
=
javac.deprecation
=
false
javac.source
=
1.
5
javac.source
=
1.
6
javac.target
=
1.8
javac.test.classpath
=
\
${javac.classpath}:
\
...
...
nbbuild/installer/components/products/nb-php/nbproject/project.properties
View file @
a02e54ae
...
...
@@ -42,7 +42,7 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs
=
javac.deprecation
=
false
javac.source
=
1.
5
javac.source
=
1.
6
javac.target
=
1.8
javac.test.classpath
=
\
${javac.classpath}:
\
...
...
nbi/infra/build/.common/common.properties
View file @
a02e54ae
...
...
@@ -100,7 +100,7 @@ nb.target.build=jar
# global script
# * ${nb.custom.tasks.cls} - points the netbeans project's build script to the
# location of the built custom tasks
nb.platform.home
=
-Dplatforms.JDK_1.5.home=${java.home}
/..
nb.platform.home
=
-Dplatforms.JDK_1.5.home=${java.home}
nb.platform.home.macos
=
-Dplatforms.JDK_1.5.home=${java.home}
nb.ignore.native
=
-Dignore.native=true
nb.no.dependencies
=
-Dno.dependencies=true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment