Skip to content

Commit 65b2cf0

Browse files
committed
fix(build): Update Java to version 17
1 parent c52f9e1 commit 65b2cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ compileJava.options.encoding = "UTF-8"
103103
compileTestJava.options.encoding = "UTF-8"
104104

105105
tasks {
106-
sourceCompatibility = 11
107-
targetCompatibility = 11
106+
sourceCompatibility = 17
107+
targetCompatibility = 17
108108

109109
wrapper {
110110
gradleVersion = project.findProperty("gradleVersion")

0 commit comments

Comments
 (0)