Rename unzip tool.
[SquirrelJME.git] / tools / squirreljme-unzip / build.gradle
blob8d30502ea273565660d8516253fad57d5052cad4
1 plugins {
2         id "java"
3         id "application"
6 apply plugin: "com.github.johnrengelman.shadow"
8 description = "Extracts ZIP files."
9 mainClassName = "cc.squirreljme.unzip.Main"
11 dependencies {
12         implementation project(":modules:zip")
13         implementation project(":modules:io")