File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
20
- - name : Set up JDK 17
21
- uses : actions/setup-java@v3
19
+ - uses : actions/checkout@v4
20
+ - name : Set up JDK 22
21
+ uses : actions/setup-java@v4
22
22
with :
23
- java-version : ' 17 '
23
+ java-version : ' 22 '
24
24
distribution : ' temurin'
25
25
cache : maven
26
26
- name : Cache Maven packages
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.m2
30
30
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -44,11 +44,11 @@ jobs:
44
44
runs-on : ubuntu-latest
45
45
needs : build-bundles
46
46
steps :
47
- - uses : actions/checkout@v3
48
- - name : Set up JDK 17
49
- uses : actions/setup-java@v3
47
+ - uses : actions/checkout@v4
48
+ - name : Set up JDK 22
49
+ uses : actions/setup-java@v4
50
50
with :
51
- java-version : ' 17 '
51
+ java-version : ' 22 '
52
52
distribution : ' temurin'
53
53
cache : maven
54
54
- name : Build plugins with Tycho
@@ -58,11 +58,11 @@ jobs:
58
58
runs-on : ubuntu-latest
59
59
needs : build-bundles
60
60
steps :
61
- - uses : actions/checkout@v3
62
- - name : Set up JDK 17
63
- uses : actions/setup-java@v3
61
+ - uses : actions/checkout@v4
62
+ - name : Set up JDK 2
63
+ uses : actions/setup-java@v4
64
64
with :
65
- java-version : ' 17 '
65
+ java-version : ' 22 '
66
66
distribution : ' temurin'
67
67
cache : maven
68
68
- name : Install GPG key
Original file line number Diff line number Diff line change 20
20
21
21
<properties >
22
22
<tycho-plugin .version>4.0.9</tycho-plugin .version>
23
+ <compare .url>http://download.eclipse.org/modeling/emf/compare/updates/releases/3.3</compare .url>
23
24
</properties >
24
25
25
26
<repositories >
26
27
<repository >
27
28
<id >emf-compare</id >
28
29
<layout >p2</layout >
29
- <url >https://download.eclipse.org/modeling/emf/ compare/updates/releases/3.3/R202406060900/ </url >
30
+ <url >${ compare.url} </url >
30
31
</repository >
31
32
<repository >
32
33
<id >2024-12</id >
You can’t perform that action at this time.
0 commit comments