pork/build.gradle.kts

8 lines
96 B
Plaintext
Raw Permalink Normal View History

2023-09-05 04:50:27 +00:00
plugins {
id("gay.pizza.pork.root")
2023-09-05 04:50:27 +00:00
}
2023-08-19 22:29:07 +00:00
tasks.withType<Wrapper> {
2025-07-03 10:18:11 +00:00
gradleVersion = "8.14.2"
2023-08-19 22:29:07 +00:00
}