Skip to content

Commit

Permalink
nearly fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Apr 1, 2022
1 parent 4df1727 commit 58a263d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion baseline-error-prone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@ 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',
'jdk.compiler/com.sun.tools.javac.processing',
'jdk.compiler/com.sun.tools.javac.tree',
'jdk.compiler/com.sun.tools.javac.util'
]
opens = [
'jdk.compiler/com.sun.tools.javac.comp'
]
}
4 changes: 3 additions & 1 deletion baseline-refaster-javac-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ 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',
'jdk.compiler/com.sun.tools.javac.processing',
'jdk.compiler/com.sun.tools.javac.tree',
'jdk.compiler/com.sun.tools.javac.util'
]
opens = [
'jdk.compiler/com.sun.tools.javac.comp'
]
}
4 changes: 3 additions & 1 deletion baseline-refaster-rules/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ 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',
'jdk.compiler/com.sun.tools.javac.processing',
'jdk.compiler/com.sun.tools.javac.tree',
'jdk.compiler/com.sun.tools.javac.util'
]
opens = [
'jdk.compiler/com.sun.tools.javac.comp'
]
}
4 changes: 3 additions & 1 deletion baseline-refaster-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ 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',
'jdk.compiler/com.sun.tools.javac.processing',
'jdk.compiler/com.sun.tools.javac.tree',
'jdk.compiler/com.sun.tools.javac.util'
]
opens = [
'jdk.compiler/com.sun.tools.javac.comp'
]
}

0 comments on commit 58a263d

Please sign in to comment.