Skip to content

Commit efe7e8c

Browse files
Changing source target to 8
1 parent f47ae5c commit efe7e8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040
<properties>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42-
<maven.compiler.source>17</maven.compiler.source>
43-
<maven.compiler.target>17</maven.compiler.target>
42+
<maven.compiler.source>8</maven.compiler.source>
43+
<maven.compiler.target>8</maven.compiler.target>
4444
</properties>
4545

4646
<dependencyManagement>
@@ -195,4 +195,4 @@
195195
</build>
196196
</profile>
197197
</profiles>
198-
</project>
198+
</project>

0 commit comments

Comments
 (0)