Search Gradle plugins

Version 0.1.20171228093228

0.1.20171228093228

Created 28 December 2017.

Incrementally build Pull Requests based on Git history

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.rmee.build-on-change") version "0.1.20171228093228"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.github.rmee:build-on-change:0.1.20171228093228")
      }
    }
    
    apply(plugin = "com.github.rmee.build-on-change")
  • Applying plugins to all subprojects .