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.
17 lines
374 B
17 lines
374 B
description = 'OpenCensus Z-Pages'
|
|
|
|
apply plugin: 'java'
|
|
|
|
[compileJava, compileTestJava].each() {
|
|
it.sourceCompatibility = 1.8
|
|
it.targetCompatibility = 1.8
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':opencensus-api'),
|
|
project(':opencensus-contrib-grpc-metrics',),
|
|
libraries.guava
|
|
|
|
signature "org.codehaus.mojo.signature:java18:+@signature"
|
|
}
|