Skip to content

Commit

Permalink
DBZ-7224 Switched to centralised JDK version control
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace committed Jul 3, 2024
1 parent 6e14d81 commit a42ece1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@

<!-- Debezium parent -->
<version.debezium>${project.version}</version.debezium>

<!-- JDK version is controlled by Debezium Parent, do not change! -->
<!-- the compiler setting may be different from the parent -->
<!-- thus the setting must be here and use the referenced properties -->
<!-- e.g. different setting may be required due to quarkus version -->
<maven.compiler.source>${debezium.java.source}</maven.compiler.source>
<maven.compiler.target>${debezium.java.specific.target}</maven.compiler.target>
<maven.compiler.release>${debezium.java.specific.target}</maven.compiler.release>
<maven.compiler.testSource>${debezium.java.source}</maven.compiler.testSource>
<maven.compiler.testTarget>${debezium.java.specific.target}</maven.compiler.testTarget>
<maven.compiler.testRelease>${debezium.java.specific.target}</maven.compiler.testRelease>
</properties>

<repositories>
Expand Down

0 comments on commit a42ece1

Please sign in to comment.