Search Gradle plugins

Version 0.2.20171228173918

0.2.20171228173918

Created 28 December 2017.

Incrementally build pull Requests based on changes from Git history

Add this plugin to your build using the plugins DSL:

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

See also:

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