summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar modmuss502017-06-07 15:42:45 +0100
committerGravatar asie2018-11-28 09:53:27 +0100
commitef3532566332d96914a44641b22f0cb628a8e109 (patch)
treeac61d756124a9ee47344380135d2eb9145ebc6d7 /build.gradle
parentfix #68 (diff)
downloadenigma-ef3532566332d96914a44641b22f0cb628a8e109.tar.gz
enigma-ef3532566332d96914a44641b22f0cb628a8e109.tar.xz
enigma-ef3532566332d96914a44641b22f0cb628a8e109.zip
Add dark LAF
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 896534d5..8eae880d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,6 +54,11 @@ repositories {
54 name "Modmuss Repository" 54 name "Modmuss Repository"
55 url 'http://maven.modmuss50.me/' 55 url 'http://maven.modmuss50.me/'
56 } 56 }
57
58 ivy {
59 name "darcula"
60 artifactPattern "https://raw.githubusercontent.com/bulenkov/Darcula/master/build/[module].[ext]"
61 }
57} 62}
58 63
59configurations { 64configurations {
@@ -72,6 +77,8 @@ dependencies {
72 compile 'org.ow2.asm:asm-tree:7.0' 77 compile 'org.ow2.asm:asm-tree:7.0'
73 compile 'org.ow2.asm:asm-util:7.0' 78 compile 'org.ow2.asm:asm-util:7.0'
74 79
80 compile name: "darcula", version: "1.0.0"
81
75 application 'de.sciss:syntaxpane:1.1.+' 82 application 'de.sciss:syntaxpane:1.1.+'
76 83
77 testCompile 'junit:junit:4.+' 84 testCompile 'junit:junit:4.+'