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:
211211 echo "Checking if update-branch-merged exists"
212212 git fetch
213213 if [[ $(git rev-parse origin/${{ env.UPDATE_BRANCH_MERGED }}) ]]; then
214+ echo "Branch still exists; Continuing..."
215+ else
214216 echo "Branch origin/${{ env.UPDATE_BRANCH_MERGED }} is missing"
215217 exit 0
216218 fi
@@ -274,6 +276,8 @@ jobs:
274276 echo "Fetching..."
275277 git fetch
276278 if [[ $(git rev-parse origin/${{ env.UPDATE_BRANCH_MERGED }}) ]]; then
279+ echo "Branch still exists; Continuing..."
280+ else
277281 echo "Branch origin/${{ env.UPDATE_BRANCH_MERGED }} is missing"
278282 exit 0
279283 fi
Original file line number Diff line number Diff line change 3636 <plugin >
3737 <groupId >org.apache.maven.plugins</groupId >
3838 <artifactId >maven-checkstyle-plugin</artifactId >
39- <version >3.3.1 </version >
39+ <version >3.4.0 </version >
4040 <configuration >
4141 <skip >true</skip >
4242 </configuration >
Original file line number Diff line number Diff line change 2424 <mainClass >software.xdev.vaadin.Application</mainClass >
2525
2626 <!-- Dependency-Versions -->
27- <vaadin .version>24.3.12 </vaadin .version>
27+ <vaadin .version>24.3.13 </vaadin .version>
2828
2929 <org .springframework.boot.version>3.3.0</org .springframework.boot.version>
3030 </properties >
184184 <plugin >
185185 <groupId >org.apache.maven.plugins</groupId >
186186 <artifactId >maven-checkstyle-plugin</artifactId >
187- <version >3.3.1 </version >
187+ <version >3.4.0 </version >
188188 <dependencies >
189189 <dependency >
190190 <groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change 4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050
5151 <!-- Dependency-Versions -->
52- <vaadin .version>24.3.12 </vaadin .version>
52+ <vaadin .version>24.3.13 </vaadin .version>
5353 </properties >
5454
5555 <dependencyManagement >
322322 <plugin >
323323 <groupId >org.apache.maven.plugins</groupId >
324324 <artifactId >maven-checkstyle-plugin</artifactId >
325- <version >3.3.1 </version >
325+ <version >3.4.0 </version >
326326 <dependencies >
327327 <dependency >
328328 <groupId >com.puppycrawl.tools</groupId >
You can’t perform that action at this time.
0 commit comments