Skip to content

Commit 6dd92e3

Browse files
committed
Fix GroovyCompiler source and target compability [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent cd00a26 commit 6dd92e3

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
@@ -77,8 +77,8 @@ allprojects {
7777
}
7878

7979
tasks.withType(GroovyCompile) {
80-
sourceCompatibility = '17'
81-
targetCompatibility = '17'
80+
sourceCompatibility = 17
81+
targetCompatibility = 17
8282
}
8383

8484
idea {

0 commit comments

Comments
 (0)