com.dorkbox.GradleVaadin
Owner: Dorkbox LLC
Gradle Plugin to build Vaadin for use by the VaadinUndertow library
https://git.dorkbox.com/dorkbox/GradleVaadin
Sources: https://git.dorkbox.com/dorkbox/GradleVaadin
Version 14.9
14.9
Created 21 January 2023.
Gradle Plugin to build Vaadin for use by the VaadinUndertow library
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dorkbox.GradleVaadin") version "14.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.dorkbox:GradleVaadin:14.9") } } apply(plugin = "com.dorkbox.GradleVaadin")
- Applying plugins to all subprojects .