Skip to content

Commit

Permalink
build: add jdk.version and release.version properties (#662)
Browse files Browse the repository at this point in the history
Co-authored-by: khalilou88 <[email protected]>
  • Loading branch information
khalilou88 and khalilou88 authored Nov 30, 2023
1 parent 5d6e1c4 commit f1b4aa4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@

<% if(framework === 'micronaut') { -%>
<properties>
<jdk.version>${java.version}</jdk.version>
<release.version>${java.version}</release.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
Expand Down

0 comments on commit f1b4aa4

Please sign in to comment.