Skip to content

Commit

Permalink
Update GH actions for release to JDK 11 to avoid impsort plugin issue…
Browse files Browse the repository at this point in the history
…s with JDK 8
  • Loading branch information
mnovak1 committed Apr 3, 2023
1 parent 5732551 commit 98957f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xtf-maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
java-package: jdk
architecture: x64
- name: Check well-formatted code
Expand Down

0 comments on commit 98957f6

Please sign in to comment.