Publish lettuce and mongo common (#2148)
This commit is contained in:
parent
1ebb58a596
commit
23945d97e9
|
@ -1,7 +1,9 @@
|
|||
// not applying $rootDir/gradle/instrumentation.gradle because that brings running tests with agent
|
||||
// infrastructure, and this module only wants to run unit tests
|
||||
|
||||
group = 'io.opentelemetry.javaagent.instrumentation'
|
||||
ext.mavenGroupId = 'io.opentelemetry.javaagent.instrumentation'
|
||||
|
||||
apply from: "$rootDir/gradle/java.gradle"
|
||||
apply from: "$rootDir/gradle/publish.gradle"
|
||||
|
||||
archivesBaseName = projectDir.parentFile.name
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
// not applying $rootDir/gradle/instrumentation.gradle because that brings running tests with agent
|
||||
// infrastructure, and this module only wants to run unit tests
|
||||
|
||||
group = 'io.opentelemetry.javaagent.instrumentation'
|
||||
ext.mavenGroupId = 'io.opentelemetry.javaagent.instrumentation'
|
||||
|
||||
apply from: "$rootDir/gradle/java.gradle"
|
||||
apply from: "$rootDir/gradle/publish.gradle"
|
||||
|
||||
archivesBaseName = projectDir.parentFile.name
|
||||
|
||||
dependencies {
|
||||
compileOnly project(':instrumentation-api')
|
||||
compileOnly project(':javaagent-api')
|
||||
|
|
Loading…
Reference in New Issue