Skip to content

Commit

Permalink
vaadin v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Nov 22, 2023
1 parent b1711bd commit 00ee46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
vaadinVersion=24.2.3
vaadinVersion=24.2.4
karibuDslVersion=2.1.0

2 changes: 1 addition & 1 deletion src/main/kotlin/com/example/karibudsl/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class AppShell: AppShellConfigurator
/**
* Run this function to launch your app in Embedded Jetty.
*/
fun main(vararg args: String) {
fun main() {
VaadinBoot().run()
}

0 comments on commit 00ee46e

Please sign in to comment.