2023-02-15 23:03:46 -08:00
|
|
|
allprojects {
|
|
|
|
group = "gay.pizza.dough"
|
2025-03-15 20:48:45 -07:00
|
|
|
version = "0.2.0-SNAPSHOT"
|
2023-02-15 23:03:46 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
tasks.withType<Wrapper> {
|
2025-03-15 20:48:45 -07:00
|
|
|
gradleVersion = "8.13"
|
2023-02-15 23:03:46 -08:00
|
|
|
}
|