Skip to content

Commit

Permalink
build: set Java version to 17
Browse files Browse the repository at this point in the history
Set the Java version (in the parent POM) to 17. Previously, it sets the version in the wrong property.
  • Loading branch information
saig0 committed Jul 11, 2023
1 parent 11eb2ea commit 89d44f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
</parent>

<properties>
<java.version>17</java.version>
<!-- release parent settings -->
<version.java>17</version.java>
<feel.version>1.16.1</feel.version>
<spring.boot.version>3.1.1</spring.boot.version>
</properties>
Expand Down

0 comments on commit 89d44f8

Please sign in to comment.