diff options
| author | 2016-06-26 11:23:07 +0100 | |
|---|---|---|
| committer | 2016-06-26 11:23:07 +0100 | |
| commit | 1daadc0278682250e2760f2f350f43f2936080b7 (patch) | |
| tree | 4c12b7071ed1425cb12cc73f201278423fec223a /build.gradle | |
| parent | Make ConvertMain more generic (diff) | |
| download | enigma-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.gradle | 5 |
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' | |||
| 15 | group = 'cuchaz' | 15 | group = 'cuchaz' |
| 16 | version = '0.10.4b' | 16 | version = '0.10.4b' |
| 17 | 17 | ||
| 18 | sourceCompatibility = 1.7 | 18 | sourceCompatibility = 1.8 |
| 19 | targetCompatibility = 1.7 | 19 | targetCompatibility = 1.8 |
| 20 | 20 | ||
| 21 | // Custom source layout | 21 | // Custom source layout |
| 22 | sourceSets { | 22 | sourceSets { |
| @@ -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.+' |