Skip to content

Commit

Permalink
Updates build
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed May 14, 2015
1 parent c5448c3 commit d741114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ allprojects {

repositories {
mavenCentral()
maven {
url 'https://raw.github.com/java-decompiler/mvn-repo/master'
}
}

configurations {
Expand Down
6 changes: 3 additions & 3 deletions services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apply plugin: 'java'
apply plugin: 'groovy'

dependencies {
compile 'org.codehaus.groovy:groovy:2.4.0'
compile 'org.codehaus.groovy:groovy:2.4.0'
compile 'org.codehaus.groovy:groovy-swing:2.4.0'
compile 'org.codehaus.groovy:groovy-xml:2.4.0'
compile 'com.fifesoft:rsyntaxtextarea:2.5.6'
compile files('lib/jd-core-0.7.1.jar')
compile project(':api')
compile 'jd:jd-core:0.7.1'
compile project(':api')
}
Binary file removed services/lib/jd-core-0.7.1.jar
Binary file not shown.

0 comments on commit d741114

Please sign in to comment.