| plugins { | |
| id 'java' | |
| } | |
| description = 'OpenCensus Http Servlet Plugin' | |
| [compileJava, compileTestJava].each() { | |
| it.sourceCompatibility = 1.6 | |
| it.targetCompatibility = 1.6 | |
| } | |
| dependencies { | |
| compile libraries.grpc_context | |
| compile project(':opencensus-api') | |
| compile project(':opencensus-contrib-http-util') | |
| compile "javax.servlet:javax.servlet-api:3.1.0" | |
| signature "org.codehaus.mojo.signature:java17:1.0@signature" | |
| signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature" | |
| } |