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>
|
||||
<profile>
|
||||
<id>let_reporting</id>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in a new issue