Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit df1442a

Browse files
committed
Updated build.gradle.kts
1 parent cbd709d commit df1442a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ subprojects {
6262
mapping("java", "SLASHSTAR_STYLE")
6363
includes(listOf("**/*.java", "**/*.kts"))
6464
}
65+
66+
task<Wrapper>("wrapper") {
67+
gradleVersion = "7.3"
68+
}
6569
}

0 commit comments

Comments
 (0)