gradle: update jeo config
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs = ['src']
|
||||
@@ -12,7 +8,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.oscim:vtm:0.5.9-SNAPSHOT'
|
||||
compile project(':vtm')
|
||||
compile ('org.jeo:jeo:0-SNAPSHOT') {
|
||||
exclude group: 'org.slf4j', module: 'slf4j-jdk14'
|
||||
}
|
||||
@@ -21,7 +17,7 @@ dependencies {
|
||||
}
|
||||
}
|
||||
|
||||
eclipse.classpath.file.whenMerged { classpath ->
|
||||
classpath.entries.findAll { entry ->
|
||||
entry.path.contains('vtm-0.5.9-SNAPSHOT.jar') }*.exported = false
|
||||
}
|
||||
// eclipse.classpath.file.whenMerged { classpath ->
|
||||
// classpath.entries.findAll { entry ->
|
||||
// entry.path.contains('vtm-0.5.9-SNAPSHOT.jar') }*.exported = false
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user