summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar asie2018-12-09 09:18:12 +0100
committerGravatar asie2018-12-09 09:18:12 +0100
commited51dfd4abf7f1955d5a8fdcd43dcc9e0b40a075 (patch)
treeea19ac7a17e9fab329c11ad87e5f09564443c1c7 /build.gradle
parenttry hack to solve Darcula Ivy issue for now (diff)
downloadenigma-ed51dfd4abf7f1955d5a8fdcd43dcc9e0b40a075.tar.gz
enigma-ed51dfd4abf7f1955d5a8fdcd43dcc9e0b40a075.tar.xz
enigma-ed51dfd4abf7f1955d5a8fdcd43dcc9e0b40a075.zip
fix SourceIndex remap bugs
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index a0373b9c..e88a3466 100644
--- a/build.gradle
+++ b/build.gradle
@@ -77,8 +77,7 @@ dependencies {
77 compile 'org.ow2.asm:asm-tree:7.0' 77 compile 'org.ow2.asm:asm-tree:7.0'
78 compile 'org.ow2.asm:asm-util:7.0' 78 compile 'org.ow2.asm:asm-util:7.0'
79 79
80 compile name: "darcula", version: "1.0.0" 80 application name: "darcula", version: "1.0.0"
81
82 application 'de.sciss:syntaxpane:1.1.+' 81 application 'de.sciss:syntaxpane:1.1.+'
83 82
84 testCompile 'junit:junit:4.+' 83 testCompile 'junit:junit:4.+'