pork/build.gradle.kts
2024-11-30 19:48:07 -05:00

8 lines
96 B
Plaintext

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