Skip to content

Instantly share code, notes, and snippets.

View scaryghost's full-sized avatar

Eric Tsai scaryghost

View GitHub Profile
@scaryghost
scaryghost / App.java
Last active July 22, 2019 00:05
Sample code with groovy class loader
/*
* This Java source file was generated by the Gradle 'init' task.
*/
import groovy.lang.GroovyClassLoader;
import groovy.cli.commons.CliBuilder;
import groovy.cli.Option;
import java.io.File;
import java.io.IOException;
import java.nio.file.*;