Skip to content

Commit

Permalink
Changed Java version from 11 to 17
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Kalbasin <[email protected]>
  • Loading branch information
IBA-mainframe-dev authored and callbacksin committed Sep 3, 2024
1 parent ad7211d commit ee1f545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<revision>0.2.0-</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.414.3</jenkins.version>
<java.version>11</java.version>
<java.version>17</java.version>
<kotlin.version>1.8.21</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<sezpoz.version>1.13</sezpoz.version>
Expand Down Expand Up @@ -135,8 +135,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
<executions>
<!-- Replacing default-compile as it is treated specially by maven -->
Expand Down

0 comments on commit ee1f545

Please sign in to comment.