Skip to content

Commit

Permalink
fixup! remove old add-reads for executor
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Feb 22, 2024
1 parent a31ea15 commit 55336a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkl-core/pkl-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ val moduleName = "pkl.core"
val generatorSourceSet = sourceSets.register("generator")
val extraJavacArgs = listOf(
"--add-reads=$moduleName=ALL-UNNAMED",
"--add-reads=$moduleName=org.pkl.executor",
)

sourceSets {
Expand Down

0 comments on commit 55336a5

Please sign in to comment.