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 15, 2023
1 parent 974edd4 commit b1711bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
val vaadinVersion: String by extra
// fix for https://github.com/mvysny/vaadin-boot-example-gradle/issues/3
dependencies {
classpath("com.vaadin:vaadin-prod-bundle:$vaadinVersion")
}
}

val vaadinVersion: String by extra
val karibuDslVersion: String by extra

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vaadinVersion=24.2.1
vaadinVersion=24.2.3
karibuDslVersion=2.1.0

0 comments on commit b1711bd

Please sign in to comment.