com.brambolt.gradle.patching
Owner: Brambolt
A Gradle plug-in for creating and applying patch files using Google's diffutils library.
https://github.com/brambolt/gradle-patching
Sources: https://github.com/brambolt/gradle-patching
Version 2022.04.01-7017
2022.04.01-7017
Created 01 April 2022.
A Gradle plugin for creating and applying patch files using the Googles diffutils library.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.patching") version "2022.04.01-7017"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-patching:2022.04.01-7017") } } apply(plugin = "com.brambolt.gradle.patching")
- Applying plugins to all subprojects .