Skip to content

Commit

Permalink
use withPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DJtheRedstoner committed Oct 22, 2023
1 parent 35dbd40 commit dfefb5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val apiDump by tasks.registering(MergeApiFiles::class) {
}

subprojects {
if (isMultiversionChildProject) {
pluginManager.withPlugin("gg.essential.multi-version") {
val projectApiDir = project.file("api").also { it.mkdirs() }
val extractApiDefinition by tasks.registering(ExtractApiFile::class) {
selector.set(project.name)
Expand Down

0 comments on commit dfefb5b

Please sign in to comment.