File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ jobs:
211
211
echo "Checking if update-branch-merged exists"
212
212
git fetch
213
213
if [[ $(git rev-parse origin/${{ env.UPDATE_BRANCH_MERGED }}) ]]; then
214
+ echo "Branch still exists; Continuing..."
215
+ else
214
216
echo "Branch origin/${{ env.UPDATE_BRANCH_MERGED }} is missing"
215
217
exit 0
216
218
fi
@@ -274,6 +276,8 @@ jobs:
274
276
echo "Fetching..."
275
277
git fetch
276
278
if [[ $(git rev-parse origin/${{ env.UPDATE_BRANCH_MERGED }}) ]]; then
279
+ echo "Branch still exists; Continuing..."
280
+ else
277
281
echo "Branch origin/${{ env.UPDATE_BRANCH_MERGED }} is missing"
278
282
exit 0
279
283
fi
Original file line number Diff line number Diff line change 36
36
<plugin >
37
37
<groupId >org.apache.maven.plugins</groupId >
38
38
<artifactId >maven-checkstyle-plugin</artifactId >
39
- <version >3.3.1 </version >
39
+ <version >3.4.0 </version >
40
40
<configuration >
41
41
<skip >true</skip >
42
42
</configuration >
Original file line number Diff line number Diff line change 24
24
<mainClass >software.xdev.vaadin.Application</mainClass >
25
25
26
26
<!-- Dependency-Versions -->
27
- <vaadin .version>24.3.12 </vaadin .version>
27
+ <vaadin .version>24.3.13 </vaadin .version>
28
28
29
29
<org .springframework.boot.version>3.3.0</org .springframework.boot.version>
30
30
</properties >
184
184
<plugin >
185
185
<groupId >org.apache.maven.plugins</groupId >
186
186
<artifactId >maven-checkstyle-plugin</artifactId >
187
- <version >3.3.1 </version >
187
+ <version >3.4.0 </version >
188
188
<dependencies >
189
189
<dependency >
190
190
<groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change 49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
50
51
51
<!-- Dependency-Versions -->
52
- <vaadin .version>24.3.12 </vaadin .version>
52
+ <vaadin .version>24.3.13 </vaadin .version>
53
53
</properties >
54
54
55
55
<dependencyManagement >
322
322
<plugin >
323
323
<groupId >org.apache.maven.plugins</groupId >
324
324
<artifactId >maven-checkstyle-plugin</artifactId >
325
- <version >3.3.1 </version >
325
+ <version >3.4.0 </version >
326
326
<dependencies >
327
327
<dependency >
328
328
<groupId >com.puppycrawl.tools</groupId >
You can’t perform that action at this time.
0 commit comments