com.github.rmee.build-on-change
Owner: hallowelt
Incrementally build Pull Requests based on Git history
https://github.com/rmee/gradle-plugins/tree/master/build-on-change
Sources: https://github.com/rmee/gradle-plugins
Version 0.0.0-SNAPSHOT
0.0.0-SNAPSHOT
Created 26 July 2019.
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.0.0-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.rmee:build-on-change:0.0.0-SNAPSHOT") } } apply(plugin = "com.github.rmee.build-on-change")
- Applying plugins to all subprojects .