mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-03 05:30:55 +00:00
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
allprojects {
|
|
group = "gay.pizza.dough"
|
|
version = "0.1.0-SNAPSHOT"
|
|
}
|
|
|
|
tasks.withType<Wrapper> {
|
|
gradleVersion = "8.3"
|
|
}
|