io.github.5hmlA.replace
Owner: 江祖贇
significantly reducing the compilation time
https://github.com/5Gene/replace
Sources: https://github.com/zzgene/replace
Version 0.3 (latest)
Created 17 December 2024.
significantly reducing the compilation time
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.5hmlA.replace") version "0.3"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("io.github.5hmlA.replace:io.github.5hmlA.replace.gradle.plugin:0.3") }
It can then be applied in the precompiled script plugin:plugins { id("io.github.5hmlA.replace") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.5hmlA.replace:io.github.5hmlA.replace.gradle.plugin:0.3") } } apply(plugin = "io.github.5hmlA.replace")
- Applying plugins to all subprojects .