Skip to content

Commit 568940b

Browse files
committed
Updated pom.xml
1 parent 339a51c commit 568940b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
<artifactId>maven-compiler-plugin</artifactId>
7878
<version>3.8.0</version>
7979
<configuration>
80-
<source>1.8</source>
81-
<target>1.8</target>
80+
<source>8</source>
81+
<target>8</target>
8282
</configuration>
8383
</plugin>
8484
<plugin>
@@ -144,6 +144,7 @@
144144
</execution>
145145
</executions>
146146
<configuration>
147+
<source>8</source>
147148
<includeDependencySources>true</includeDependencySources>
148149
<dependencySourceIncludes>
149150
<dependencySourceInclude>ai.preferred:*</dependencySourceInclude>

0 commit comments

Comments
 (0)