Search Gradle plugins

Version 1.0.20200215081252

1.0.20200215081252

Created 15 February 2020.

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 "1.0.20200215081252"
}

See also:

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