Search Gradle plugins

Version 1.1.7

1.1.7

Created 20 May 2019.

For grails web apps. setups for shipping and also applies the war and org.grails.web-app. can publish wars to maven

Add this plugin to your build using the plugins DSL:

plugins {
  id("yakworks.grails-web") version "1.1.7"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.yakworks:gradle-plugins:1.1.7")
      }
    }
    
    apply(plugin = "yakworks.grails-web")
  • Applying plugins to all subprojects .