Skip to content

Commit 3b458c0

Browse files
authored
Update gradle.yml
1 parent 4f4436e commit 3b458c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK 1.8
1313
uses: actions/setup-java@v3
1414
with:
15-
java-version: 1.8
15+
java-version: '8'
1616
distribution: 'zulu'
1717
- name: Build with Gradle
1818
run: ./gradlew clean build

0 commit comments

Comments
 (0)