pork/build.gradle.kts
2025-07-03 03:18:11 -07:00

8 lines
96 B
Plaintext

plugins {
id("gay.pizza.pork.root")
}
tasks.withType<Wrapper> {
gradleVersion = "8.14.2"
}