Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
workaround for google java formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardz1 committed Dec 22, 2022
1 parent 7fa9e26 commit d8e67fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ org.gradle.unsafe.configuration-cache=true
lombokPluginVersion=6.5.1
spotlessPluginVersion=6.11.0
javafxPluginVersion=0.0.13
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

0 comments on commit d8e67fe

Please sign in to comment.