Skip to content

Commit

Permalink
fix(build.gradle): Groovy Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue-plus committed Jun 14, 2024
1 parent 8b4c325 commit 7b318c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/java/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ compileKotlin {
kotlinOptions {
jvmTarget = "17"
// Hilla relies on annotations from JVM bytecode, see: https://github.com/vaadin/hilla/issues/2343
freeCompilerArgs.addAll "-Xjsr305=strict", "-Xemit-jvm-type-annotations"
freeCompilerArgs = ["-Xjsr305=strict", "-Xemit-jvm-type-annotations"]
}
}

0 comments on commit 7b318c3

Please sign in to comment.