Search Gradle plugins

Version 2.2.2 (latest)

2.2.2

Created 04 September 2021.

Back-compat alias to com.diffplug.image-grinder

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.diffplug.gradle.image-grinder") version "2.2.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.diffplug.gradle:image-grinder:2.2.2")
      }
    }
    
    apply(plugin = "com.diffplug.gradle.image-grinder")
  • Applying plugins to all subprojects .