org.wisepersist.gwt
Owner: Jake Wang
Gradle plugin to support GWT related tasks.
http://gwt-gradle-plugin.documentnode.io
Sources: https://github.com/jiakuan/gwt-gradle-plugin
Version 1.1.19 (latest)
1.1.19
Created 21 July 2022.
Gradle plugin to support GWT related tasks.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.wisepersist.gwt") version "1.1.19"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.wisepersist:gwt-gradle-plugin:1.1.19") } } apply(plugin = "org.wisepersist.gwt")
- Applying plugins to all subprojects .