mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.9.10" apply false
|
|
kotlin("plugin.serialization") version "1.9.10" apply false
|
|
}
|
|
|
|
tasks.withType<Wrapper> {
|
|
gradleVersion = "8.3"
|
|
}
|