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

View File

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