2023-09-04 21:50:27 -07:00
|
|
|
plugins {
|
2023-09-23 15:40:40 -07:00
|
|
|
id("gay.pizza.pork.root")
|
2023-09-04 21:50:27 -07:00
|
|
|
}
|
|
|
|
|
2023-08-19 15:29:07 -07:00
|
|
|
tasks.withType<Wrapper> {
|
2025-03-15 21:16:48 -07:00
|
|
|
gradleVersion = "8.13"
|
2023-08-19 15:29:07 -07:00
|
|
|
}
|