diff --git a/docs/fastbuild.md b/docs/fastbuild.md new file mode 100644 index 00000000000..39aa14e755f --- /dev/null +++ b/docs/fastbuild.md @@ -0,0 +1,8 @@ +## Requirements +In order to get fast build working, you have to add some VM options to the IntelliJ setup. +You can go to Help -> Edit custom VM options, and add these entries there: +``` +--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED +--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED +--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED +```