Search Gradle plugins

Version 5.1.4

5.1.4

Created 01 December 2023.

This plugin will generate boilerplate for external types.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.zegreatrob.jsmints.plugins.wrapper") version "5.1.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.zegreatrob.jsmints:plugins:5.1.4")
      }
    }
    
    apply(plugin = "com.zegreatrob.jsmints.plugins.wrapper")
  • Applying plugins to all subprojects .