plugins {
id("com.github.fudge.forgedflowerloom") version "2.0.0"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.fudge:forgedflowerloom:2.0.0")
}
}
apply(plugin = "com.github.fudge.forgedflowerloom")
plugins {
id "com.github.fudge.forgedflowerloom" version "2.0.0"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "io.github.fudge:forgedflowerloom:2.0.0"
}
}
apply plugin: "com.github.fudge.forgedflowerloom"