We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bf4ec commit 5d1d583Copy full SHA for 5d1d583
src/main/java/com/cleanroommc/groovyscript/sandbox/GroovyScriptSandbox.java
@@ -289,6 +289,7 @@ protected void postInitBindings(Binding binding) {
289
290
@ApiStatus.OverrideOnly
291
protected void initEngine(CompilerConfiguration config) {
292
+ config.addCompilationCustomizers(this.importCustomizer);
293
config.addCompilationCustomizers(new GroovyScriptCompiler());
294
config.addCompilationCustomizers(new GroovyScriptEarlyCompiler());
295
}
0 commit comments