Skip to content

Commit

Permalink
DBZ-7224 Use Java 21 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jul 3, 2024
1 parent 038455e commit 24e5a8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
java-version:
description: "The java version to install"
required: false
default: 17
default: 21

runs:
using: "composite"
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.testRelease>17</maven.compiler.testRelease>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

<!-- Debezium version -->
Expand Down Expand Up @@ -87,8 +85,6 @@
<quarkus.kubernetes.vcs-uri.enabled>false</quarkus.kubernetes.vcs-uri.enabled>
<quarkus.operator-sdk.helm.enabled>true</quarkus.operator-sdk.helm.enabled>

<!-- Formatting configuration -->
<format.imports.source.compliance>17</format.imports.source.compliance>
<!-- Example properties -->
<examples.image.tag>${quarkus.container-image.tag}</examples.image.tag>
<!-- Outputting dollar sign has to be done through property-->
Expand Down

0 comments on commit 24e5a8f

Please sign in to comment.