mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-02 21:20:55 +00:00
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
allprojects {
|
|
group = "gay.pizza.dough"
|
|
version = "0.2.0-SNAPSHOT"
|
|
}
|
|
|
|
tasks.withType<Wrapper> {
|
|
gradleVersion = "8.13"
|
|
}
|