Skip to content

Commit

Permalink
[ACS-7314] introduce java 11 version in some modules for acs compatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
kcichonczyk committed Mar 21, 2024
1 parent e89097f commit 5236ca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5236ca4

Please sign in to comment.