mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
Fix issue that prevented plugins from being published as artifacts.
This commit is contained in:
parent
927abe54b6
commit
86f82692b4
@ -125,7 +125,7 @@ subprojects {
|
||||
}
|
||||
}
|
||||
|
||||
if (project.isFoundationTool()) {
|
||||
if (project.isFoundationPlugin()) {
|
||||
tasks.withType<ShadowJar> {
|
||||
archiveClassifier.set("plugin")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user