Fix maven publishing of agent-for-testing module (#3892)
This commit is contained in:
parent
5ff7901efc
commit
052d00d059
|
@ -9,10 +9,8 @@ publishing {
|
|||
plugins.withId("java-platform") {
|
||||
from(components["javaPlatform"])
|
||||
}
|
||||
if(project.name != "agent-for-testing") {
|
||||
plugins.withId("java-library") {
|
||||
from(components["java"])
|
||||
}
|
||||
plugins.withId("java-library") {
|
||||
from(components["java"])
|
||||
}
|
||||
|
||||
versionMapping {
|
||||
|
|
Loading…
Reference in New Issue