Skip to content

Commit

Permalink
Use JDK 17 and update readme (#299)
Browse files Browse the repository at this point in the history
Needed to work with 2025 WPILib
  • Loading branch information
sciencewhiz authored May 7, 2024
1 parent 68c1a75 commit 32084b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
java-version: 17
distribution: 'temurin'
architecture: ${{ matrix.architecture }}

- uses: wpilibsuite/import-signing-certificate@v1
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
java-version: 17
distribution: 'temurin'

- uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ To run PathWeaver use the command `./gradlew run`


### Requirements
- [JDK 11](https://adoptopenjdk.net/)
- [JDK 17](https://adoptium.net/temurin/releases/?version=17)

0 comments on commit 32084b4

Please sign in to comment.