Skip to content

Commit

Permalink
Moved back pom to JAVA 8 #2242
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Dec 29, 2023
1 parent 43dd697 commit 5dc091b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<!-- Project properties -->
<java.version>11</java.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<env>local</env>
Expand Down Expand Up @@ -671,7 +671,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<release>${java.version}</release>
<!-- <release>${java.version}</release>-->
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
Expand Down

0 comments on commit 5dc091b

Please sign in to comment.