Search Gradle plugins

Version 0.8.20181101124911

0.8.20181101124911

Created 01 November 2018.

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.8.20181101124911"
}

See also:

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