Build totally working!

This commit is contained in:
Bradlee Speice
2014-04-30 22:27:05 -04:00
parent 83448dc9c7
commit 0a4f467a39
5 changed files with 4 additions and 15 deletions

View File

@ -1,11 +1,10 @@
apply plugin: 'android'
dependencies {
compile fileTree('libs') {
include '*.jar'
builtBy 'minimalBibleJSword'
}
compile project(path: ':jsword-minimalbible', configuration: 'buildJSword')
compile project(':appcompat_v7')
}
@ -46,8 +45,4 @@ android {
}
}
task minimalBibleJSword (type: GradleBuild) { GradleBuild antBuild ->
antBuild.buildFile('jsword-stub.gradle')
antBuild.tasks = ['clean', 'ivy.check', 'ivy.download', 'ivy.task', 'ivy',
'init', 'mergeCode', 'compile', 'jar', 'copyJarsToMinimalBible']
}