Fix issue that prevented plugins from being published as artifacts.

This commit is contained in:
Logan Gorence 2022-01-08 01:08:42 +00:00
parent 927abe54b6
commit 86f82692b4
No known key found for this signature in database
GPG Key ID: 9743CEF10935949A

View File

@ -125,7 +125,7 @@ subprojects {
}
}
if (project.isFoundationTool()) {
if (project.isFoundationPlugin()) {
tasks.withType<ShadowJar> {
archiveClassifier.set("plugin")
}