com.devsoap.plugin.vaadin
Owner: John Ahlroos
Build Vaadin applications with Gradle!
https://github.com/johndevs/gradle-vaadin-plugin/wiki
Sources: https://github.com/johndevs/gradle-vaadin-plugin
Version 1.2.0.beta1
1.2.0.beta1
Created 22 June 2017.
Build Vaadin applications with Gradle!
Add this plugin to your build using the plugins DSL:
plugins {
id("com.devsoap.plugin.vaadin") version "1.2.0.beta1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.devsoap.plugin:gradle-vaadin-plugin:1.2.0.beta1") } } apply(plugin = "com.devsoap.plugin.vaadin")
- Applying plugins to all subprojects .