Skip to content

Commit

Permalink
Merge pull request #42 from gdgib/G2-1483-Java17
Browse files Browse the repository at this point in the history
G2-1483 Upgrade to Java17
gdgib authored Nov 24, 2023
2 parents 2e59762 + 1647f15 commit 077c75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v2
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

0 comments on commit 077c75d

Please sign in to comment.