mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
[ACS-7314] introduce java 11 version in some modules for acs compatibility
This commit is contained in:
parent
e89097f725
commit
5236ca4e16
@ -12,6 +12,10 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>${acs-compatible.java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${acs-compatible.java.version}</maven.compiler.target>
|
||||
<maven.compiler.release>${acs-compatible.java.version}</maven.compiler.release>
|
||||
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
1
pom.xml
1
pom.xml
@ -18,6 +18,7 @@
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
|
||||
<acs-compatible.java.version>11</acs-compatible.java.version>
|
||||
<image.tag>latest</image.tag>
|
||||
<image.registry>quay.io</image.registry>
|
||||
<dependency.pdfbox.version>2.0.30</dependency.pdfbox.version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user