Skip to content

Commit 8ebc0aa

Browse files
committed
fix java test projects in local tests
1 parent da8c4bf commit 8ebc0aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tmc-langs-java/tests/data/ant_project/nbproject/project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ javac.compilerargs=
3838
javac.deprecation=false
3939
javac.processorpath=\
4040
${javac.classpath}
41-
javac.source=1.6
42-
javac.target=1.6
41+
javac.source=1.7
42+
javac.target=1.7
4343
javac.test.classpath=\
4444
${javac.classpath}:\
4545
${build.classes.dir}:\

tmc-langs-java/tests/data/maven_exercise/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<artifactId>maven-compiler-plugin</artifactId>
2222
<version>3.3</version>
2323
<configuration>
24-
<source>1.6</source>
25-
<target>1.6</target>
24+
<source>1.7</source>
25+
<target>1.7</target>
2626
</configuration>
2727
</plugin>
2828
<plugin>

0 commit comments

Comments
 (0)