10 lines
364 B
Groovy
10 lines
364 B
Groovy
// not applying $rootDir/gradle/instrumentation.gradle because that brings running tests with agent
|
|
// infrastructure, and this module only wants to run unit tests
|
|
|
|
ext.mavenGroupId = 'io.opentelemetry.javaagent.instrumentation'
|
|
|
|
apply from: "$rootDir/gradle/java.gradle"
|
|
apply from: "$rootDir/gradle/publish.gradle"
|
|
|
|
archivesBaseName = projectDir.parentFile.name
|