Search Gradle plugins

Version 6.1.1

6.1.1

Created 12 July 2024.

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 "6.1.1"
}

See also:

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