mirror of
https://github.com/processing/processing4.git
synced 2026-04-20 11:19:48 +02:00
Don't upgrade the JDK
This commit is contained in:
2
.github/workflows/release-gradle.yml
vendored
2
.github/workflows/release-gradle.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
- name: Install Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '17.0.8'
|
||||
distribution: 'temurin'
|
||||
architecture: ${{ matrix.arch }}
|
||||
- name: Setup Gradle
|
||||
|
||||
Reference in New Issue
Block a user