Skip to content

Commit 84c1a42

Browse files
committed
Set Java version to 1.8 in pom.xml
1 parent 90e9216 commit 84c1a42

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.classpath

+5
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
<attribute name="maven.pomderived" value="true"/>
2323
</attributes>
2424
</classpathentry>
25+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
26+
<attributes>
27+
<attribute name="maven.pomderived" value="true"/>
28+
</attributes>
29+
</classpathentry>
2530
<classpathentry kind="output" path="target/classes"/>
2631
</classpath>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<artifactId>maven-compiler-plugin</artifactId>
1010
<version>3.3</version>
1111
<configuration>
12-
<source>1.7</source>
13-
<target>1.7</target>
12+
<source>1.8</source>
13+
<target>1.8</target>
1414
</configuration>
1515
</plugin>
1616
</plugins>

0 commit comments

Comments
 (0)