summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar modmuss502016-06-26 11:23:07 +0100
committerGravatar modmuss502016-06-26 11:23:07 +0100
commit1daadc0278682250e2760f2f350f43f2936080b7 (patch)
tree4c12b7071ed1425cb12cc73f201278423fec223a /build.gradle
parentMake ConvertMain more generic (diff)
downloadenigma-1daadc0278682250e2760f2f350f43f2936080b7.tar.gz
enigma-1daadc0278682250e2760f2f350f43f2936080b7.tar.xz
enigma-1daadc0278682250e2760f2f350f43f2936080b7.zip
Some small changes to fix idea importing
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index fc599e2b..b223f28d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ apply plugin: 'maven'
15group = 'cuchaz' 15group = 'cuchaz'
16version = '0.10.4b' 16version = '0.10.4b'
17 17
18sourceCompatibility = 1.7 18sourceCompatibility = 1.8
19targetCompatibility = 1.7 19targetCompatibility = 1.8
20 20
21// Custom source layout 21// Custom source layout
22sourceSets { 22sourceSets {
@@ -51,6 +51,7 @@ dependencies {
51 compile 'com.google.guava:guava:17.+' 51 compile 'com.google.guava:guava:17.+'
52 compile 'org.javassist:javassist:3.+' 52 compile 'org.javassist:javassist:3.+'
53 compile 'org.bitbucket.mstrobel:procyon-decompiler:0.5.28-enigma' 53 compile 'org.bitbucket.mstrobel:procyon-decompiler:0.5.28-enigma'
54 compile 'org.javassist:javassist:3.20.0-GA'
54 application 'de.sciss:syntaxpane:1.1.+' 55 application 'de.sciss:syntaxpane:1.1.+'
55 56
56 testCompile 'junit:junit:4.+' 57 testCompile 'junit:junit:4.+'