Skip to content

Commit 75b0757

Browse files
committed
Fix Jackson decoding
1 parent 7b19285 commit 75b0757

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
@@ -1,3 +1,6 @@
1+
import org.gradle.kotlin.dsl.compileJava
2+
import org.gradle.kotlin.dsl.invoke
3+
14
@Suppress("DSL_SCOPE_VIOLATION") // https://youtrack.jetbrains.com/issue/IDEA-262280
25

36
plugins {
@@ -25,6 +28,7 @@ subprojects {
2528
tasks {
2629
compileJava {
2730
options.encoding = Charsets.UTF_8.name();
31+
options.compilerArgs.add("-parameters")
2832
}
2933
test {
3034
useJUnitPlatform()

0 commit comments

Comments
 (0)