Skip to content

Commit 8240a12

Browse files
paodbjavier-godoy
authored andcommitted
build: add Vaadin 24 profile
1 parent 724c1ae commit 8240a12

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,14 @@
491491
</plugins>
492492
</build>
493493
</profile>
494-
494+
<profile>
495+
<id>v24</id>
496+
<properties>
497+
<vaadin.version>24.0.0.alpha7</vaadin.version>
498+
<maven.compiler.source>17</maven.compiler.source>
499+
<maven.compiler.target>17</maven.compiler.target>
500+
<jetty.version>11.0.12</jetty.version>
501+
</properties>
502+
</profile>
495503
</profiles>
496504
</project>

0 commit comments

Comments
 (0)