File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2+ --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
3+ --add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
4+ --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
5+ --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
6+ --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
7+ --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
8+ --add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
9+ --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
10+ --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
11+ --add-exports=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED
Original file line number Diff line number Diff line change 717717 <plugin >
718718 <artifactId >maven-compiler-plugin</artifactId >
719719 <configuration >
720- <source >11</source >
721- <target >11</target >
720+ <release >11</release >
722721 <compilerArgs combine.children=" override" >
723722 <compilerArg >-XDcompilePolicy=simple</compilerArg >
724723 <compilerArg >--should-stop=ifError=FLOW</compilerArg >
You can’t perform that action at this time.
0 commit comments