gradle: cleanups
This commit is contained in:
@@ -2,11 +2,6 @@
|
|||||||
apply plugin: 'android-library'
|
apply plugin: 'android-library'
|
||||||
apply plugin: 'android-maven'
|
apply plugin: 'android-maven'
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
mavenLocal()
|
|
||||||
}
|
|
||||||
|
|
||||||
//http://stackoverflow.com/questions/20674650/how-to-configure-ndk-with-android-gradle-plugin-0-7
|
//http://stackoverflow.com/questions/20674650/how-to-configure-ndk-with-android-gradle-plugin-0-7
|
||||||
task nativeLibsToJar(type: Zip, description: 'create a jar with native libs') {
|
task nativeLibsToJar(type: Zip, description: 'create a jar with native libs') {
|
||||||
destinationDir file("$buildDir/native-libs")
|
destinationDir file("$buildDir/native-libs")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
project(':vtm-gdx-desktop') {
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
@@ -31,4 +31,3 @@ project(':vtm-gdx-desktop') {
|
|||||||
compile 'org.slf4j:slf4j-api:1.7.5'
|
compile 'org.slf4j:slf4j-api:1.7.5'
|
||||||
compile 'org.slf4j:slf4j-simple:1.7.5'
|
compile 'org.slf4j:slf4j-simple:1.7.5'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user