File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
steps :
17
17
- name : Fetch Sources
18
18
uses : actions/checkout@v2
19
- - name : Set up JDK 11
19
+ - name : Set up JDK 17
20
20
uses : actions/setup-java@v2
21
21
with :
22
- java-version : ' 11 '
22
+ java-version : ' 17 '
23
23
distribution : ' adopt'
24
24
- name : Setup Gradle Dependencies Cache
25
25
uses : actions/cache@v2
@@ -49,10 +49,10 @@ jobs:
49
49
steps :
50
50
- name : Fetch Sources
51
51
uses : actions/checkout@v2
52
- - name : Set up JDK 11
52
+ - name : Set up JDK 17
53
53
uses : actions/setup-java@v2
54
54
with :
55
- java-version : ' 11 '
55
+ java-version : ' 17 '
56
56
distribution : ' adopt'
57
57
- name : Setup Gradle Dependencies Cache
58
58
uses : actions/cache@v2
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
with :
11
11
fetch-depth : 0
12
- - name : Set up JDK 11
12
+ - name : Set up JDK 17
13
13
uses : actions/setup-java@v2
14
14
with :
15
- java-version : ' 11 '
15
+ java-version : ' 17 '
16
16
distribution : ' adopt'
17
17
- name : Generate Javadoc
18
18
run : javadoc @.javadoc || true
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
- uses : actions/checkout@v2
12
12
with :
13
13
fetch-depth : 0
14
- - name : Set up JDK 11
14
+ - name : Set up JDK 17
15
15
uses : actions/setup-java@v2
16
16
with :
17
- java-version : ' 11 '
17
+ java-version : ' 17 '
18
18
distribution : ' adopt'
19
19
- name : Generate Javadoc
20
20
run : javadoc @.javadoc || true
You can’t perform that action at this time.
0 commit comments