mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-03-15 20:00:18 +08:00
9 lines
258 B
YAML
9 lines
258 B
YAML
version: 1.11.5
|
|
---
|
|
classpath build/jarjar-command-1.0.0-all.jar;
|
|
com.tonicsystems.jarjar.Main.main(new String[] {
|
|
"-rules", "build/jarjar.rules", "build/asm-5.1.jar", "-output", "lib/asm-5.1-es.jar"
|
|
});
|
|
Build.build(project);
|
|
Build.oneJAR(project);
|