Skip to content

Commit b505736

Browse files
authored
bump gradle version (#3)
1 parent 6b4ff4b commit b505736

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ tasks.withType<JacocoReport> {
8787
logger.lifecycle("Jacoco report for ${project.name}: ${htmlReportLocation.get()}")
8888
}
8989
}
90+
9091
tasks.withType<JavaCompile> {
9192
options.encoding = "UTF-8"
9293
}
94+
95+
tasks.wrapper {
96+
gradleVersion = "7.3.2"
97+
}

0 commit comments

Comments
 (0)