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.4a1
14.9.4a1
Created 07 June 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.4a1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.dorkbox:GradleVaadin:14.9.4a1") } } apply(plugin = "com.dorkbox.GradleVaadin")
- Applying plugins to all subprojects .