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.7.5-5
14.7.5-5
Created 02 February 2022.
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.7.5-5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.dorkbox:GradleVaadin:14.7.5-5") } } apply(plugin = "com.dorkbox.GradleVaadin")
- Applying plugins to all subprojects .