Search Gradle plugins

Version 4.6.49

4.6.49

Created 20 October 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 "4.6.49"
}

See also:

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