We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd1010 commit 7dad473Copy full SHA for 7dad473
pom.xml
@@ -9,7 +9,7 @@
9
<description>Integration of app-layout for Vaadin Flow</description>
10
11
<properties>
12
- <vaadin.version>21.0.3</vaadin.version>
+ <vaadin.version>22.0.2</vaadin.version>
13
14
<maven.compiler.source>1.8</maven.compiler.source>
15
<maven.compiler.target>1.8</maven.compiler.target>
@@ -171,6 +171,9 @@
171
<groupId>com.vaadin</groupId>
172
<artifactId>vaadin-maven-plugin</artifactId>
173
<version>${vaadin.version}</version>
174
+ <configuration>
175
+ <requireHomeNodeExec>true</requireHomeNodeExec>
176
+ </configuration>
177
<executions>
178
<execution>
179
<goals>
0 commit comments