diff --git a/baseline-error-prone/build.gradle b/baseline-error-prone/build.gradle index 93e0b1f705..a4c8b86752 100644 --- a/baseline-error-prone/build.gradle +++ b/baseline-error-prone/build.gradle @@ -62,7 +62,6 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.file', 'jdk.compiler/com.sun.tools.javac.code', 'jdk.compiler/com.sun.tools.javac.util', - 'jdk.compiler/com.sun.tools.javac.comp', 'jdk.compiler/com.sun.tools.javac.main', 'jdk.compiler/com.sun.tools.javac.model', 'jdk.compiler/com.sun.tools.javac.parser', @@ -70,4 +69,7 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.tree', 'jdk.compiler/com.sun.tools.javac.util' ] + opens = [ + 'jdk.compiler/com.sun.tools.javac.comp' + ] } diff --git a/baseline-refaster-javac-plugin/build.gradle b/baseline-refaster-javac-plugin/build.gradle index 8ec32cfda3..564c65c3b6 100644 --- a/baseline-refaster-javac-plugin/build.gradle +++ b/baseline-refaster-javac-plugin/build.gradle @@ -17,7 +17,6 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.file', 'jdk.compiler/com.sun.tools.javac.code', 'jdk.compiler/com.sun.tools.javac.util', - 'jdk.compiler/com.sun.tools.javac.comp', 'jdk.compiler/com.sun.tools.javac.main', 'jdk.compiler/com.sun.tools.javac.model', 'jdk.compiler/com.sun.tools.javac.parser', @@ -25,4 +24,7 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.tree', 'jdk.compiler/com.sun.tools.javac.util' ] + opens = [ + 'jdk.compiler/com.sun.tools.javac.comp' + ] } \ No newline at end of file diff --git a/baseline-refaster-rules/build.gradle b/baseline-refaster-rules/build.gradle index 22644a6600..23ffe81f12 100644 --- a/baseline-refaster-rules/build.gradle +++ b/baseline-refaster-rules/build.gradle @@ -26,7 +26,6 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.file', 'jdk.compiler/com.sun.tools.javac.code', 'jdk.compiler/com.sun.tools.javac.util', - 'jdk.compiler/com.sun.tools.javac.comp', 'jdk.compiler/com.sun.tools.javac.main', 'jdk.compiler/com.sun.tools.javac.model', 'jdk.compiler/com.sun.tools.javac.parser', @@ -34,4 +33,7 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.tree', 'jdk.compiler/com.sun.tools.javac.util' ] + opens = [ + 'jdk.compiler/com.sun.tools.javac.comp' + ] } \ No newline at end of file diff --git a/baseline-refaster-testing/build.gradle b/baseline-refaster-testing/build.gradle index 5c816c4a8c..290df5a55c 100644 --- a/baseline-refaster-testing/build.gradle +++ b/baseline-refaster-testing/build.gradle @@ -34,7 +34,6 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.file', 'jdk.compiler/com.sun.tools.javac.code', 'jdk.compiler/com.sun.tools.javac.util', - 'jdk.compiler/com.sun.tools.javac.comp', 'jdk.compiler/com.sun.tools.javac.main', 'jdk.compiler/com.sun.tools.javac.model', 'jdk.compiler/com.sun.tools.javac.parser', @@ -42,4 +41,7 @@ moduleJvmArgs { 'jdk.compiler/com.sun.tools.javac.tree', 'jdk.compiler/com.sun.tools.javac.util' ] + opens = [ + 'jdk.compiler/com.sun.tools.javac.comp' + ] } \ No newline at end of file