17 lines
440 B
Groovy
17 lines
440 B
Groovy
description = 'OpenCensus Trace Instana Exporter'
|
|
|
|
[compileJava, compileTestJava].each() {
|
|
it.sourceCompatibility = 1.6
|
|
it.targetCompatibility = 1.6
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':opencensus-api'),
|
|
libraries.guava
|
|
|
|
testCompile project(':opencensus-api')
|
|
|
|
signature "org.codehaus.mojo.signature:java17:1.0@signature"
|
|
signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature"
|
|
}
|