Search Gradle plugins

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 .