SEBSERV-2 #jenkins build profile still on Java 8 (no Java 11 on server)
This commit is contained in:
parent
b84b6aef54
commit
11dc874152
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -153,6 +153,11 @@
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>let_reporting</id>
|
<id>let_reporting</id>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<java.version>1.8</java.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in a new issue