From 32084b496b2f12a3bd265f847846872924e59188 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 6 May 2024 23:10:27 -0700 Subject: [PATCH] Use JDK 17 and update readme (#299) Needed to work with 2025 WPILib --- .github/workflows/main.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e6df461..6c60593e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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: diff --git a/README.md b/README.md index 5f6aa368..6d9fe6e8 100644 --- a/README.md +++ b/README.md @@ -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)