mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 06:26:00 -04:00
13 lines
224 B
Plaintext
13 lines
224 B
Plaintext
plugins {
|
|
`java-gradle-plugin`
|
|
}
|
|
|
|
gradlePlugin {
|
|
plugins {
|
|
create("buildPlugin") {
|
|
id = "gay.ampflower.BuildPlugin"
|
|
implementationClass = "gay.ampflower.BuildPlugin"
|
|
}
|
|
}
|
|
}
|