Skip to content

Commit 5d77cae

Browse files
committed
fixes
1 parent 3b9b29a commit 5d77cae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,7 @@ fun Test.sharedIntegrationTestConfig(buildCodyDir: File, mode: String) {
269269
"--add-opens=java.desktop/java.awt.peer=ALL-UNNAMED",
270270
"--add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED",
271271
"--add-exports=java.base/jdk.internal.vm=ALL-UNNAMED",
272-
"--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")
272+
"--add-exports=java.desktop/sun.font=ALL-UNNAMED")
276273

277274
val resourcesDir = project.file("src/integrationTest/resources")
278275
systemProperties(

0 commit comments

Comments
 (0)