Skip to content

Commit

Permalink
vaadin v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Mar 4, 2024
1 parent f1348ad commit bc08d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# https://github.com/vaadin/platform/tags
vaadin = "24.3.5"
vaadin = "24.3.6"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.12"
# https://eclipse.dev/jetty/download.php
Expand Down
3 changes: 1 addition & 2 deletions vok-example-crud/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ plugins {
dependencies {
implementation(project(":vok-framework-vokdb"))
implementation(libs.vaadin.core) {
// https://github.com/vaadin/flow/issues/18572
if (vaadin.productionMode.map { v -> getBooleanProperty("vaadin.productionMode") ?: v }.get()) {
if (vaadin.effective.productionMode.get()) {
exclude(module = "vaadin-dev")
}
}
Expand Down

0 comments on commit bc08d26

Please sign in to comment.