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") {
|
plugins.withId("java-platform") {
|
||||||
from(components["javaPlatform"])
|
from(components["javaPlatform"])
|
||||||
}
|
}
|
||||||
if(project.name != "agent-for-testing") {
|
plugins.withId("java-library") {
|
||||||
plugins.withId("java-library") {
|
from(components["java"])
|
||||||
from(components["java"])
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
versionMapping {
|
versionMapping {
|
||||||
|
|
Loading…
Reference in New Issue