Skip to content

Commit 26cfbd9

Browse files
committed
fixes
1 parent 3b9b29a commit 26cfbd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,7 @@ fun Test.sharedIntegrationTestConfig(buildCodyDir: File, mode: String) {
270270
"--add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED",
271271
"--add-exports=java.base/jdk.internal.vm=ALL-UNNAMED",
272272
"--add-exports=java.desktop/sun.font=ALL-UNNAMED",
273-
"--add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED",
274-
"--add-exports=java.desktop/com.apple.laf=ALL-UNNAMED",
275-
"--add-exports=java.desktop/com.apple.eawt.event=ALL-UNNAMED")
273+
"--add-exports=java.desktop/com.apple.laf=ALL-UNNAMED")
276274

277275
val resourcesDir = project.file("src/integrationTest/resources")
278276
systemProperties(

0 commit comments

Comments
 (0)