mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-28 11:20:51 +01:00
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
grant {
|
|
// ModuleFinder.ofSystem() needs this
|
|
permission java.lang.RuntimePermission "accessSystemModules";
|
|
};
|