pork/build.gradle.kts

4 lines
52 B
Plaintext
Raw Normal View History

2023-08-19 22:29:07 +00:00
tasks.withType<Wrapper> {
gradleVersion = "8.3"
}