Skip to content

Commit ef75a4b

Browse files
committed
use javac.source=1.8
1 parent 307107d commit ef75a4b

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

visualvm/hostremote/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
javac.source=1.7
1+
javac.source=1.8
22
cp.extra=${tools.jar}
33
license.file=../startup/src/org/graalvm/visualvm/modules/startup/LICENSE.txt
44
nbm.homepage=https://visualvm.github.io

visualvm/jvm/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
javac.source=1.7
1+
javac.source=1.8
22
cp.extra=${tools.jar}
33
license.file=../startup/src/org/graalvm/visualvm/modules/startup/LICENSE.txt
44
nbm.homepage=https://visualvm.github.io

visualvm/libs.profiler/lib.profiler.charts/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
# made subject to such option by the copyright holder.
4242

4343
is.autoload=true
44-
javac.source=1.6
44+
javac.source=1.8

visualvm/libs.profiler/lib.profiler.ui/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
# made subject to such option by the copyright holder.
4242

4343
is.autoload=true
44-
javac.source=1.6
44+
javac.source=1.8

visualvm/libs.profiler/lib.profiler/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ nbm.executable.files=\
7070
lib/deployed/**/hpux*/lib*.sl,\
7171
remote-pack-defs/*.sh
7272

73-
javac.source=1.7
73+
javac.source=1.8

visualvm/libs.profiler/profiler.api/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# made subject to such option by the copyright holder.
4242

4343
is.autoload=true
44-
javac.source=1.6
44+
javac.source=1.8
4545
requires.nb.javac=true
4646

4747
test-unit-sys-prop.java.awt.headless=true

visualvm/libs.profiler/profiler.attach/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
# Contributor(s):
3838
is.autoload=true
3939
javac.compilerargs=-Xlint -Xlint:-serial
40-
javac.source=1.6
40+
javac.source=1.8

visualvm/libs.profiler/profiler.oql/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=
4040
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
4141
is.autoload=true
4242
javac.compilerargs=-Xlint -Xlint:-serial
43-
javac.source=1.6
43+
javac.source=1.8
4444

4545
test.config.stableBTD.includes=**/*Test.class
4646
test.config.stableBTD.excludes=**/OQLEngineTest.class

visualvm/libs.profiler/profiler.snaptracer/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
# Version 2 license, then the option applies only if the new code is
4141
# made subject to such option by the copyright holder.
4242

43-
javac.source=1.6
43+
javac.source=1.8

visualvm/libs.profiler/profiler.utilities/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
# Contributor(s):
3838
is.autoload=true
3939
javac.compilerargs=-Xlint -Xlint:-serial
40-
javac.source=1.6
40+
javac.source=1.8
4141

4242
test.config.stableBTD.includes=**/*Test.class

0 commit comments

Comments
 (0)