File tree Expand file tree Collapse file tree 14 files changed +31
-38
lines changed Expand file tree Collapse file tree 14 files changed +31
-38
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,7 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
strategy :
119
119
matrix :
120
- # groupId depends on GWT version, so no need to use it in cache keys and other identifiers
121
- include :
122
- - gwt : " 2.9.0"
123
- groupId : " com.google.gwt"
124
- - gwt : " HEAD-SNAPSHOT"
125
- groupId : " org.gwtproject"
120
+ gwt : ["2.10.0", "HEAD-SNAPSHOT"]
126
121
continue-on-error : ${{ matrix.gwt == 'HEAD-SNAPSHOT' }}
127
122
steps :
128
123
- uses : actions/checkout@v4
@@ -146,7 +141,7 @@ jobs:
146
141
147
142
- name : Build with Maven
148
143
id : maven-build
149
- run : mvn -B -U -ntp verify --fail-at-end -DgwtVersion=${{ matrix.gwt }} -DgwtGroupId=${{ matrix.groupId }}
144
+ run : mvn -B -U -ntp verify --fail-at-end -DgwtVersion=${{ matrix.gwt }}
150
145
151
146
- name : Store reports
152
147
if : always() && (steps.maven-build.outcome == 'success' || steps.maven-build.outcome == 'failure')
Original file line number Diff line number Diff line change 71
71
<project .build.outputEncoding>UTF-8</project .build.outputEncoding>
72
72
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
73
73
74
- <gwtGroupId >org.gwtproject</gwtGroupId >
75
- <gwtVersion >2.10.0</gwtVersion >
74
+ <gwtVersion >2.11.0</gwtVersion >
76
75
</properties >
77
76
78
77
<dependencies >
182
181
<!-- Some artifacts used by invoker tests, declared here so they're resolved early -->
183
182
<!-- Actually because invoker plugin cannot install snapshots through extraArtifacts -->
184
183
<dependency >
185
- <groupId >${gwtGroupId} </groupId >
184
+ <groupId >org.gwtproject </groupId >
186
185
<artifactId >gwt-user</artifactId >
187
186
<version >${gwtVersion} </version >
188
187
<scope >test</scope >
189
188
</dependency >
190
189
<dependency >
191
- <groupId >${gwtGroupId} </groupId >
190
+ <groupId >org.gwtproject </groupId >
192
191
<artifactId >gwt-dev</artifactId >
193
192
<version >${gwtVersion} </version >
194
193
<scope >test</scope >
195
194
</dependency >
196
195
<dependency >
197
- <groupId >${gwtGroupId} </groupId >
196
+ <groupId >org.gwtproject </groupId >
198
197
<artifactId >gwt-servlet</artifactId >
199
198
<version >${gwtVersion} </version >
200
199
<scope >test</scope >
260
259
<localRepositoryPath >${project.build.directory} /it-repo</localRepositoryPath >
261
260
<settingsFile >src/it/settings.xml</settingsFile >
262
261
<filterProperties >
263
- <gwtGroupId >${gwtGroupId} </gwtGroupId >
264
262
<gwtVersion >${gwtVersion} </gwtVersion >
265
263
</filterProperties >
266
264
<extraArtifacts >
Original file line number Diff line number Diff line change 20
20
<type >gwt-lib</type >
21
21
</dependency >
22
22
<dependency >
23
- <groupId >@gwtGroupId@ </groupId >
23
+ <groupId >org.gwtproject </groupId >
24
24
<artifactId >gwt-user</artifactId >
25
25
</dependency >
26
26
<dependency >
27
- <groupId >@gwtGroupId@ </groupId >
27
+ <groupId >org.gwtproject </groupId >
28
28
<artifactId >gwt-dev</artifactId >
29
29
</dependency >
30
30
<dependency >
Original file line number Diff line number Diff line change 12
12
13
13
<dependencies >
14
14
<dependency >
15
- <groupId >@gwtGroupId@ </groupId >
15
+ <groupId >org.gwtproject </groupId >
16
16
<artifactId >gwt-servlet</artifactId >
17
17
<!-- Needed for the CustomFieldSerializer; can be provided by gwt-servlet or gwt-user -->
18
18
<scope >provided</scope >
Original file line number Diff line number Diff line change 26
26
<scope >runtime</scope >
27
27
</dependency >
28
28
<dependency >
29
- <groupId >@gwtGroupId@ </groupId >
29
+ <groupId >org.gwtproject </groupId >
30
30
<artifactId >gwt-servlet</artifactId >
31
31
</dependency >
32
32
<dependency >
Original file line number Diff line number Diff line change 31
31
<type >gwt-lib</type >
32
32
</dependency >
33
33
<dependency >
34
- <groupId >@gwtGroupId@ </groupId >
34
+ <groupId >org.gwtproject </groupId >
35
35
<artifactId >gwt-servlet</artifactId >
36
36
<scope >provided</scope >
37
37
</dependency >
Original file line number Diff line number Diff line change 17
17
<version >${project.version} </version >
18
18
</dependency >
19
19
<dependency >
20
- <groupId >@gwtGroupId@ </groupId >
20
+ <groupId >org.gwtproject </groupId >
21
21
<artifactId >gwt-servlet</artifactId >
22
22
<scope >provided</scope >
23
23
</dependency >
Original file line number Diff line number Diff line change 14
14
<dependencyManagement >
15
15
<dependencies >
16
16
<dependency >
17
- <groupId >@gwtGroupId@ </groupId >
17
+ <groupId >org.gwtproject </groupId >
18
18
<artifactId >gwt</artifactId >
19
19
<version >@gwtVersion@</version >
20
20
<type >pom</type >
Original file line number Diff line number Diff line change 10
10
<dependencyManagement >
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >@gwtGroupId@ </groupId >
13
+ <groupId >org.gwtproject </groupId >
14
14
<artifactId >gwt</artifactId >
15
15
<version >@gwtVersion@</version >
16
16
<type >pom</type >
20
20
</dependencyManagement >
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >@gwtGroupId@ </groupId >
23
+ <groupId >org.gwtproject </groupId >
24
24
<artifactId >gwt-user</artifactId >
25
25
</dependency >
26
26
<dependency >
27
- <groupId >@gwtGroupId@ </groupId >
27
+ <groupId >org.gwtproject </groupId >
28
28
<artifactId >gwt-dev</artifactId >
29
29
</dependency >
30
30
</dependencies >
Original file line number Diff line number Diff line change 10
10
<dependencyManagement >
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >@gwtGroupId@ </groupId >
13
+ <groupId >org.gwtproject </groupId >
14
14
<artifactId >gwt</artifactId >
15
15
<version >@gwtVersion@</version >
16
16
<type >pom</type >
20
20
</dependencyManagement >
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >@gwtGroupId@ </groupId >
23
+ <groupId >org.gwtproject </groupId >
24
24
<artifactId >gwt-user</artifactId >
25
25
</dependency >
26
26
<dependency >
27
- <groupId >@gwtGroupId@ </groupId >
27
+ <groupId >org.gwtproject </groupId >
28
28
<artifactId >gwt-dev</artifactId >
29
29
</dependency >
30
30
<dependency >
Original file line number Diff line number Diff line change 10
10
<dependencyManagement >
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >@gwtGroupId@ </groupId >
13
+ <groupId >org.gwtproject </groupId >
14
14
<artifactId >gwt</artifactId >
15
15
<version >@gwtVersion@</version >
16
16
<type >pom</type >
20
20
</dependencyManagement >
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >@gwtGroupId@ </groupId >
23
+ <groupId >org.gwtproject </groupId >
24
24
<artifactId >gwt-user</artifactId >
25
25
</dependency >
26
26
<dependency >
27
- <groupId >@gwtGroupId@ </groupId >
27
+ <groupId >org.gwtproject </groupId >
28
28
<artifactId >gwt-dev</artifactId >
29
29
</dependency >
30
30
<dependency >
Original file line number Diff line number Diff line change 10
10
<dependencyManagement >
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >@gwtGroupId@ </groupId >
13
+ <groupId >org.gwtproject </groupId >
14
14
<artifactId >gwt</artifactId >
15
15
<version >@gwtVersion@</version >
16
16
<type >pom</type >
20
20
</dependencyManagement >
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >@gwtGroupId@ </groupId >
23
+ <groupId >org.gwtproject </groupId >
24
24
<artifactId >gwt-user</artifactId >
25
25
</dependency >
26
26
<dependency >
27
- <groupId >@gwtGroupId@ </groupId >
27
+ <groupId >org.gwtproject </groupId >
28
28
<artifactId >gwt-dev</artifactId >
29
29
</dependency >
30
30
</dependencies >
Original file line number Diff line number Diff line change 10
10
<dependencyManagement >
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >@gwtGroupId@ </groupId >
13
+ <groupId >org.gwtproject </groupId >
14
14
<artifactId >gwt</artifactId >
15
15
<version >@gwtVersion@</version >
16
16
<type >pom</type >
20
20
</dependencyManagement >
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >@gwtGroupId@ </groupId >
23
+ <groupId >org.gwtproject </groupId >
24
24
<artifactId >gwt-user</artifactId >
25
25
</dependency >
26
26
<dependency >
27
- <groupId >@gwtGroupId@ </groupId >
27
+ <groupId >org.gwtproject </groupId >
28
28
<artifactId >gwt-dev</artifactId >
29
29
</dependency >
30
30
</dependencies >
Original file line number Diff line number Diff line change 10
10
<dependencyManagement >
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >@gwtGroupId@ </groupId >
13
+ <groupId >org.gwtproject </groupId >
14
14
<artifactId >gwt</artifactId >
15
15
<version >@gwtVersion@</version >
16
16
<type >pom</type >
20
20
</dependencyManagement >
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >@gwtGroupId@ </groupId >
23
+ <groupId >org.gwtproject </groupId >
24
24
<artifactId >gwt-user</artifactId >
25
25
</dependency >
26
26
<dependency >
27
- <groupId >@gwtGroupId@ </groupId >
27
+ <groupId >org.gwtproject </groupId >
28
28
<artifactId >gwt-dev</artifactId >
29
29
</dependency >
30
30
</dependencies >
You can’t perform that action at this time.
0 commit comments