apply the publishing configuration directly, rather than inside the java plugin config (#2599)

This commit is contained in:
John Watson 2021-01-28 16:09:22 -08:00 committed by GitHub
parent 9ac3629416
commit 3cc6dd5bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 69 additions and 69 deletions

View File

@ -402,6 +402,7 @@ subprojects {
}
}
}
}
plugins.withId("maven-publish") {
plugins.apply("signing")
@ -492,7 +493,6 @@ subprojects {
sign(the<PublishingExtension>().publications["mavenPublication"])
}
}
}
}
allprojects {