diff options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 7 |
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 | ||
| 59 | configurations { | 64 | configurations { |
| @@ -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.+' |