Fix maven publishing of agent-for-testing module (#3892)

This commit is contained in:
Trask Stalnaker 2021-08-22 09:56:19 -07:00 committed by GitHub
parent 5ff7901efc
commit 052d00d059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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 {