io.github.5hmlA.replace
Owner: 江祖贇
significantly reducing the compilation time
https://github.com/5Gene/replace
Sources: https://github.com/zzgene/replace
Version 0.1.18
0.1.18
Created 05 November 2024.
significantly reducing the compilation time
Using the plugins DSL:
plugins {
id("io.github.5hmlA.replace") version "0.1.18"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.5hmlA:replace:0.1.18")
}
}
apply(plugin = "io.github.5hmlA.replace")
Using the plugins DSL:
plugins {
id "io.github.5hmlA.replace" version "0.1.18"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.5hmlA:replace:0.1.18"
}
}
apply plugin: "io.github.5hmlA.replace"