summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar gegy10002019-06-18 21:37:15 +0200
committerGravatar gegy10002019-06-18 21:37:15 +0200
commit1e1641d81938c48b5f01f6ab71fe4b8868a5889d (patch)
tree759419e2d05396f36e0d10819668be0157f3b92c /build.gradle
parentDrop invalid mappings menu (diff)
downloadenigma-1e1641d81938c48b5f01f6ab71fe4b8868a5889d.tar.gz
enigma-1e1641d81938c48b5f01f6ab71fe4b8868a5889d.tar.xz
enigma-1e1641d81938c48b5f01f6ab71fe4b8868a5889d.zip
Use jopt for cli parsing
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
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'
19apply plugin: 'maven' 19apply plugin: 'maven'
20 20
21group = 'cuchaz' 21group = 'cuchaz'
22version = '0.13.2' 22version = '0.14.0'
23 23
24def generatedSourcesDir = "$buildDir/generated-src" 24def 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'