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> {
|
2023-09-23 15:40:40 -07:00
|
|
|
gradleVersion = "8.4-rc-1"
|
2023-08-19 15:29:07 -07:00
|
|
|
}
|