Gradle 4 / Android plugin 3 transitive dependencies, fix #433

This commit is contained in:
Emux
2018-01-02 13:27:54 +02:00
parent 791f054f70
commit a67b2f2c91
22 changed files with 33 additions and 71 deletions

View File

@@ -2,16 +2,14 @@ apply plugin: 'application'
dependencies {
implementation project(':vtm-desktop')
implementation project(':vtm-extras')
file("${rootDir}/vtm-desktop/natives").eachDir() { dir ->
implementation files(dir.path)
}
implementation project(':vtm-http')
implementation project(':vtm-jeo')
implementation project(':vtm-json')
implementation project(':vtm-jts')
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
implementation 'org.jeo:jeo:0-SNAPSHOT'
implementation 'org.jeo:jeo-render:0-SNAPSHOT'
implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
implementation "org.slf4j:slf4j-jdk14:$slf4jVersion"
}

View File

@@ -1,2 +0,0 @@
org.slf4j.simpleLogger.defaultLogLevel=debug
#org.slf4j.simpleLogger.showThreadName=true