Skip to content

Commit

Permalink
Add back asciidoctorj.configuration to the results of getReportableCo…
Browse files Browse the repository at this point in the history
…nfigurations()
  • Loading branch information
tylerbertrand committed Jun 20, 2024
1 parent 47f5c02 commit 2d63794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class AbstractAsciidoctorTask extends AbstractJvmModelExecTask<AsciidoctorJvmExe
*/
@Override
Set<Configuration> getReportableConfigurations() {
(/*[asciidoctorj.configuration] +*/ projectOperations.configurations.asConfigurations(asciidocConfigurations))
([getAsciidoctorJExtension().configuration] + projectOperations.configurations.asConfigurations(asciidocConfigurations))
.toSet()
}

Expand Down

0 comments on commit 2d63794

Please sign in to comment.