fixed build
This commit is contained in:
parent
a6b9554c76
commit
485273d05e
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -70,7 +70,7 @@
|
|||
<profile>
|
||||
<id>let_reporting</id>
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<java.version>1.8</java.version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -79,8 +79,8 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<release>${java.version}</release>
|
||||
<encoding>UTF-8</encoding>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in a new issue