Skip to content

Commit 821c45e

Browse files
committed
Don't upgrade the JDK
1 parent 3333c6d commit 821c45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install Java
135135
uses: actions/setup-java@v4
136136
with:
137-
java-version: '17'
137+
java-version: '17.0.8'
138138
distribution: 'temurin'
139139
architecture: ${{ matrix.arch }}
140140
- name: Setup Gradle

0 commit comments

Comments
 (0)