File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Set up JDK 1.8
16+ - name : Set up JDK 11
1717 uses : actions/setup-java@v1
1818 with :
19- java-version : 1.8
19+ java-version : 11
2020 - uses : actions/cache@v2
2121 with :
2222 path : |
@@ -37,10 +37,10 @@ jobs:
3737
3838 steps :
3939 - uses : actions/checkout@v2
40- - name : Set up JDK 1.8
40+ - name : Set up JDK 11
4141 uses : actions/setup-java@v1
4242 with :
43- java-version : 1.8
43+ java-version : 11
4444 - uses : actions/cache@v2
4545 with :
4646 path : |
@@ -61,10 +61,10 @@ jobs:
6161
6262 steps :
6363 - uses : actions/checkout@v2
64- - name : Set up JDK 1.8
64+ - name : Set up JDK 11
6565 uses : actions/setup-java@v1
6666 with :
67- java-version : 1.8
67+ java-version : 11
6868 - uses : actions/cache@v2
6969 with :
7070 path : |
@@ -85,10 +85,10 @@ jobs:
8585
8686 steps :
8787 - uses : actions/checkout@v2
88- - name : Set up JDK 1.8
88+ - name : Set up JDK 11
8989 uses : actions/setup-java@v1
9090 with :
91- java-version : 1.8
91+ java-version : 11
9292 - uses : actions/cache@v2
9393 with :
9494 path : |
You can’t perform that action at this time.
0 commit comments