![JAR search and dependency download from the Maven repository](/logo.png)
org.jruby.ant.RakeImport Maven / Gradle / Ivy
The newest version!
package org.jruby.ant;
import org.apache.tools.ant.BuildException;
public class RakeImport extends RakeTaskBase {
@Override
public void execute() throws BuildException {
super.execute();
rakeMethod("import", handleFilenameArgument());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy