2023-09-05 04:50:27 +00:00
|
|
|
plugins {
|
2023-09-23 22:40:40 +00:00
|
|
|
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
|
|
|
}
|