Skip to content

Commit a4141f1

Browse files
authored
Update develop.yml
1 parent 5bd73b9 commit a4141f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Set up JDK 1.8
16+
- name: Set up JDK 8
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: 1.8
19+
java-version: '8'
2020
distribution: 'adopt'
2121

2222
- name: Cache local Maven repository

0 commit comments

Comments
 (0)