Added spotless and CONTRIBUTING.md (#172)

This commit is contained in:
Ryan Butler
2022-05-19 15:51:46 +01:00
committed by GitHub
parent 1e4013be98
commit dedec668e1
12 changed files with 541 additions and 1688 deletions

6
gradle.properties Normal file
View File

@@ -0,0 +1,6 @@
# Fixes bug with spotless. See https://github.com/diffplug/spotless/issues/834#issuecomment-819118761
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