Respect -output even if compiling module script
This commit is contained in:
@@ -90,6 +90,6 @@ public class BytecodeCompiler {
|
||||
* @param classpath compilation classpath, can be <code>null</code> or empty
|
||||
*/
|
||||
public void moduleToJar ( String module, String jar, boolean includeRuntime, String stdlib, String[] classpath ) {
|
||||
env( stdlib, classpath ).compileModuleScript( module, jar, includeRuntime );
|
||||
env( stdlib, classpath ).compileModuleScript( module, jar, null, includeRuntime );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user