Skip to content

Commit 7dad473

Browse files
javier-godoymlopezFC
authored andcommitted
build: upgrade to Vaadin 22.0.2
1 parent ffd1010 commit 7dad473

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>Integration of app-layout for Vaadin Flow</description>
1010

1111
<properties>
12-
<vaadin.version>21.0.3</vaadin.version>
12+
<vaadin.version>22.0.2</vaadin.version>
1313

1414
<maven.compiler.source>1.8</maven.compiler.source>
1515
<maven.compiler.target>1.8</maven.compiler.target>
@@ -171,6 +171,9 @@
171171
<groupId>com.vaadin</groupId>
172172
<artifactId>vaadin-maven-plugin</artifactId>
173173
<version>${vaadin.version}</version>
174+
<configuration>
175+
<requireHomeNodeExec>true</requireHomeNodeExec>
176+
</configuration>
174177
<executions>
175178
<execution>
176179
<goals>

0 commit comments

Comments
 (0)