mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-03 06:44:51 -04:00
Gradle build now working on Windows
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
apply plugin: 'android'
|
||||
|
||||
dependencies {
|
||||
|
||||
compile fileTree(dir: 'libs', include: '*.jar') {
|
||||
builtBy 'minimalBibleJSword'
|
||||
}
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
compile project(':appcompat_v7')
|
||||
}
|
||||
|
||||
@ -35,6 +33,14 @@ android {
|
||||
debug.setRoot('build-types/debug')
|
||||
release.setRoot('build-types/release')
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
exclude 'META-INF/DEPENDENCIES'
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/NOTICE'
|
||||
}
|
||||
}
|
||||
|
||||
task minimalBibleJSword (type: GradleBuild) { GradleBuild antBuild ->
|
||||
|
Reference in New Issue
Block a user