Skip to content

Commit

Permalink
[vtk-amibe][vtk-util] Bump Java version to 1.6
Browse files Browse the repository at this point in the history
To support Java 9 and Netbeans 8.2
  • Loading branch information
jeromerobert committed Sep 25, 2017
1 parent 439b4ef commit cfad99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jcae/vtk-amibe/nbproject/project.properties
Expand Up @@ -32,8 +32,8 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.source=1.5
javac.target=1.5
javac.source=1.6
javac.target=1.6
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
Expand Down
4 changes: 2 additions & 2 deletions vtk-util/nbproject/project.properties
Expand Up @@ -31,8 +31,8 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.source=1.5
javac.target=1.5
javac.source=1.6
javac.target=1.6
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
Expand Down

0 comments on commit cfad99d

Please sign in to comment.