Skip to content

Commit

Permalink
Merge pull request #195 from dmlloyd/go-17
Browse files Browse the repository at this point in the history
Move to Java 17 as a baseline
  • Loading branch information
dmlloyd authored Sep 26, 2024
2 parents cacc5a3 + 10756be commit 73b7213
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
with:
distribution: temurin
java-version: |
11
17
21
- name: Build with Maven
run: mvn verify -ntp -B "-Djava11.home=${{env.JAVA_HOME_11_X64}}${{env.JAVA_HOME_11_ARM64}}" "-Djava17.home=${{env.JAVA_HOME_17_X64}}${{env.JAVA_HOME_17_ARM64}}"
run: mvn verify -ntp -B "-Djava17.home=${{env.JAVA_HOME_17_X64}}${{env.JAVA_HOME_17_ARM64}}"
File renamed without changes.
Empty file removed build-test-java11
Empty file.

0 comments on commit 73b7213

Please sign in to comment.