File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- - name : Set up JDK 11
20
+ - name : Set up JDK 17
21
21
uses : actions/setup-java@v3
22
22
with :
23
- java-version : ' 11 '
23
+ java-version : ' 17 '
24
24
distribution : ' temurin'
25
25
cache : maven
26
26
- name : Cache Maven packages
@@ -45,10 +45,10 @@ jobs:
45
45
needs : build-bundles
46
46
steps :
47
47
- uses : actions/checkout@v3
48
- - name : Set up JDK 11
48
+ - name : Set up JDK 17
49
49
uses : actions/setup-java@v3
50
50
with :
51
- java-version : ' 11 '
51
+ java-version : ' 17 '
52
52
distribution : ' temurin'
53
53
cache : maven
54
54
- name : Build plugins with Tycho
@@ -59,10 +59,10 @@ jobs:
59
59
needs : build-bundles
60
60
steps :
61
61
- uses : actions/checkout@v3
62
- - name : Set up JDK 11
62
+ - name : Set up JDK 17
63
63
uses : actions/setup-java@v3
64
64
with :
65
- java-version : ' 11 '
65
+ java-version : ' 17 '
66
66
distribution : ' temurin'
67
67
cache : maven
68
68
- name : Install GPG key
You can’t perform that action at this time.
0 commit comments