Skip to content

Commit

Permalink
chore: format gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibernhard committed Nov 28, 2024
1 parent e25a9f0 commit b7a7827
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
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 b7a7827

Please sign in to comment.