You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
377 B

description = 'OpenCensus dropwizard util'
apply plugin: 'java'
[compileJava, compileTestJava].each() {
it.sourceCompatibility = 1.7
it.targetCompatibility = 1.7
}
dependencies {
compile project(':opencensus-api'),
project(':opencensus-impl-core')
compile libraries.dropwizard
signature "org.codehaus.mojo.signature:java17:1.0@signature"
}