upgrade gradle and kotlin to latest

This commit is contained in:
Alex Zenla
2025-03-15 20:48:45 -07:00
parent 0ee1b7405b
commit cebbd8b74c
8 changed files with 32 additions and 21 deletions

View File

@ -1,8 +1,8 @@
allprojects {
group = "gay.pizza.dough"
version = "0.1.0-SNAPSHOT"
version = "0.2.0-SNAPSHOT"
}
tasks.withType<Wrapper> {
gradleVersion = "8.4"
gradleVersion = "8.13"
}