gradle: update jeo config
This commit is contained in:
@@ -19,6 +19,7 @@ allprojects {
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven { url 'http://repo.opengeo.org' }
|
||||||
//maven { url 'https://github.com/hjanetzek/maven-repo/raw/master/' }
|
//maven { url 'https://github.com/hjanetzek/maven-repo/raw/master/' }
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ apply plugin: 'android'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':vtm-jeo')
|
compile project(':vtm-jeo')
|
||||||
compile 'org.oscim:vtm-android:0.5.9-SNAPSHOT'
|
compile project(':vtm-android')
|
||||||
compile 'org.oscim:vtm-themes:0.5.9-SNAPSHOT'
|
compile project(':vtm-themes')
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
@@ -59,12 +59,12 @@ eclipse {
|
|||||||
node.appendNode('classpathentry kind="src" path="gen"')
|
node.appendNode('classpathentry kind="src" path="gen"')
|
||||||
}
|
}
|
||||||
|
|
||||||
whenMerged { classpath ->
|
// whenMerged { classpath ->
|
||||||
classpath.entries.removeAll { entry ->
|
// classpath.entries.removeAll { entry ->
|
||||||
entry.path.contains('vtm-android-0.5.9') }
|
// entry.path.contains('vtm-android-0.5.9') }
|
||||||
classpath.entries.removeAll { entry ->
|
// classpath.entries.removeAll { entry ->
|
||||||
entry.path.contains('vtm-0.5.9') }
|
// entry.path.contains('vtm-0.5.9') }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,8 @@ sourceSets {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':vtm-jeo')
|
compile project(':vtm-jeo')
|
||||||
compile 'org.oscim:vtm-gdx-desktop:0.5.9-SNAPSHOT'
|
compile project(':vtm-gdx-desktop')
|
||||||
|
// compile project(':vtm-themes')
|
||||||
}
|
}
|
||||||
|
|
||||||
run { ignoreExitValue = true }
|
run { ignoreExitValue = true }
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
mavenLocal()
|
|
||||||
}
|
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main.java.srcDirs = ['src']
|
main.java.srcDirs = ['src']
|
||||||
@@ -12,7 +8,7 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.oscim:vtm:0.5.9-SNAPSHOT'
|
compile project(':vtm')
|
||||||
compile ('org.jeo:jeo:0-SNAPSHOT') {
|
compile ('org.jeo:jeo:0-SNAPSHOT') {
|
||||||
exclude group: 'org.slf4j', module: 'slf4j-jdk14'
|
exclude group: 'org.slf4j', module: 'slf4j-jdk14'
|
||||||
}
|
}
|
||||||
@@ -21,7 +17,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
eclipse.classpath.file.whenMerged { classpath ->
|
// eclipse.classpath.file.whenMerged { classpath ->
|
||||||
classpath.entries.findAll { entry ->
|
// classpath.entries.findAll { entry ->
|
||||||
entry.path.contains('vtm-0.5.9-SNAPSHOT.jar') }*.exported = false
|
// entry.path.contains('vtm-0.5.9-SNAPSHOT.jar') }*.exported = false
|
||||||
}
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user