Skip to content

Commit

Permalink
Merge pull request #15 from fronzec/feat/fr-batch-service/upgrade-to-…
Browse files Browse the repository at this point in the history
…java-21

Upgrade fr-batch-service to use java 21
  • Loading branch information
fronzec authored Oct 4, 2024
2 parents df071c6 + 948aa04 commit 3dd8044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: "17"
java-version: "21"
distribution: "temurin"
cache: maven
- name: Build with Maven (Fr-Batch-Service)
Expand Down
2 changes: 1 addition & 1 deletion fr-batch-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>fr-batch-service</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>17</java.version>
<java.version>21</java.version>
<testcontainers.version>1.17.4</testcontainers.version>
<!-- By default just re-write code with prettier -->
<plugin.prettier.goal>write</plugin.prettier.goal>
Expand Down

0 comments on commit 3dd8044

Please sign in to comment.