Skip to content

Commit

Permalink
Merge pull request #10 from camunda-community-hub/fix-docker-image
Browse files Browse the repository at this point in the history
build: Set Java version to 17
  • Loading branch information
saig0 authored Jul 11, 2023
2 parents 11eb2ea + 89d44f8 commit cba6352
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 cba6352

Please sign in to comment.