generated from digitalservicebund/java-application-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude
gradle.properties
from spotless
- Loading branch information
1 parent
c4ce8e8
commit 213681a
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |