Skip to content

Commit 729fe63

Browse files
eap prompt (#1453)
1 parent ff4598a commit 729fe63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ intellijPlatformTesting.runIde {
216216
"-Dide.mac.file.chooser.native=false",
217217
"-DjbScreenMenuBar.enabled=false",
218218
"-Dapple.laf.useScreenMenuBar=false",
219+
// This disables the EAP login prompt:
220+
"-Deap.require.license=release"
219221
]
220222
} as CommandLineArgumentProvider)
221223
systemProperty("ide.native.launcher", "true")

0 commit comments

Comments
 (0)