lettuce-common-library.gradle 364 B

123456789
  1. // not applying $rootDir/gradle/instrumentation.gradle because that brings running tests with agent
  2. // infrastructure, and this module only wants to run unit tests
  3. ext.mavenGroupId = 'io.opentelemetry.javaagent.instrumentation'
  4. apply from: "$rootDir/gradle/java.gradle"
  5. apply from: "$rootDir/gradle/publish.gradle"
  6. archivesBaseName = projectDir.parentFile.name