Skip to content

Commit

Permalink
Merge pull request #12 from gdgib/G2-1483-Java17
Browse files Browse the repository at this point in the history
G2-1483 java17
  • Loading branch information
gdgib authored Nov 24, 2023
2 parents cd2738b + 1a900a5 commit 5d61a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
cache: 'maven'
- name: Build with Maven
# Maven deploy on changes (or manual run) to master, otherwise just package it
Expand Down

0 comments on commit 5d61a9a

Please sign in to comment.