12345678910111213 |
- group = 'io.opentelemetry.instrumentation'
- apply from: "$rootDir/gradle/java.gradle"
- apply from: "$rootDir/gradle/publish.gradle"
- sourceCompatibility = '8'
- dependencies {
- api group: "org.springframework.boot", name: "spring-boot-starter", version: versions["org.springframework.boot"]
- api project(':instrumentation:spring:starters:spring-starter')
- api "io.opentelemetry:opentelemetry-exporter-zipkin"
- }
|