diff options
| author | 2019-06-18 21:37:15 +0200 | |
|---|---|---|
| committer | 2019-06-18 21:37:15 +0200 | |
| commit | 1e1641d81938c48b5f01f6ab71fe4b8868a5889d (patch) | |
| tree | 759419e2d05396f36e0d10819668be0157f3b92c /build.gradle | |
| parent | Drop invalid mappings menu (diff) | |
| download | enigma-1e1641d81938c48b5f01f6ab71fe4b8868a5889d.tar.gz enigma-1e1641d81938c48b5f01f6ab71fe4b8868a5889d.tar.xz enigma-1e1641d81938c48b5f01f6ab71fe4b8868a5889d.zip | |
Use jopt for cli parsing
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 26405bd0..ca256805 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow' | |||
| 19 | apply plugin: 'maven' | 19 | apply plugin: 'maven' |
| 20 | 20 | ||
| 21 | group = 'cuchaz' | 21 | group = 'cuchaz' |
| 22 | version = '0.13.2' | 22 | version = '0.14.0' |
| 23 | 23 | ||
| 24 | def generatedSourcesDir = "$buildDir/generated-src" | 24 | def generatedSourcesDir = "$buildDir/generated-src" |
| 25 | 25 | ||
| @@ -91,6 +91,8 @@ dependencies { | |||
| 91 | compile 'org.ow2.asm:asm-tree:7.1' | 91 | compile 'org.ow2.asm:asm-tree:7.1' |
| 92 | compile 'org.ow2.asm:asm-util:7.1' | 92 | compile 'org.ow2.asm:asm-util:7.1' |
| 93 | 93 | ||
| 94 | compile 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' | ||
| 95 | |||
| 94 | application name: "darcula", version: "1.0.0" | 96 | application name: "darcula", version: "1.0.0" |
| 95 | application 'de.sciss:syntaxpane:1.2.+' | 97 | application 'de.sciss:syntaxpane:1.2.+' |
| 96 | application 'me.xdrop:fuzzywuzzy:1.2.0' | 98 | application 'me.xdrop:fuzzywuzzy:1.2.0' |