File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 steps :
1717 - name : Fetch Sources
1818 uses : actions/checkout@v2
19- - name : Set up JDK 11
19+ - name : Set up JDK 17
2020 uses : actions/setup-java@v2
2121 with :
22- java-version : ' 11 '
22+ java-version : ' 17 '
2323 distribution : ' adopt'
2424 - name : Setup Gradle Dependencies Cache
2525 uses : actions/cache@v2
@@ -49,10 +49,10 @@ jobs:
4949 steps :
5050 - name : Fetch Sources
5151 uses : actions/checkout@v2
52- - name : Set up JDK 11
52+ - name : Set up JDK 17
5353 uses : actions/setup-java@v2
5454 with :
55- java-version : ' 11 '
55+ java-version : ' 17 '
5656 distribution : ' adopt'
5757 - name : Setup Gradle Dependencies Cache
5858 uses : actions/cache@v2
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2
1010 with :
1111 fetch-depth : 0
12- - name : Set up JDK 11
12+ - name : Set up JDK 17
1313 uses : actions/setup-java@v2
1414 with :
15- java-version : ' 11 '
15+ java-version : ' 17 '
1616 distribution : ' adopt'
1717 - name : Generate Javadoc
1818 run : javadoc @.javadoc || true
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 - uses : actions/checkout@v2
1212 with :
1313 fetch-depth : 0
14- - name : Set up JDK 11
14+ - name : Set up JDK 17
1515 uses : actions/setup-java@v2
1616 with :
17- java-version : ' 11 '
17+ java-version : ' 17 '
1818 distribution : ' adopt'
1919 - name : Generate Javadoc
2020 run : javadoc @.javadoc || true
You can’t perform that action at this time.
0 commit comments