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-03-16 04:16:48 +00:00
|
|
|
gradleVersion = "8.13"
|
2023-08-19 22:29:07 +00:00
|
|
|
}
|