Search Gradle plugins

Version 6.1.76

6.1.76

Created 31 October 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.76"
}

See also:

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