SEBSERV-2 #jenkins build profile still on Java 8 (no Java 11 on server)

This commit is contained in:
anhefti 2018-11-15 16:34:57 +01:00
parent b84b6aef54
commit 11dc874152

View file

@ -153,6 +153,11 @@
<profiles>
<profile>
<id>let_reporting</id>
<properties>
<java.version>1.8</java.version>
</properties>
<build>
<plugins>
<plugin>