Skip to content

Commit

Permalink
build: add Vaadin 24 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed Jan 5, 2023
1 parent 724c1ae commit 8240a12
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,14 @@
</plugins>
</build>
</profile>

<profile>
<id>v24</id>
<properties>
<vaadin.version>24.0.0.alpha7</vaadin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jetty.version>11.0.12</jetty.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 8240a12

Please sign in to comment.