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> {
|
2024-12-01 00:48:07 +00:00
|
|
|
gradleVersion = "8.11.1"
|
2023-08-19 22:29:07 +00:00
|
|
|
}
|