asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
285 stars 120 forks source link

Add `@IgnoreEmptyDirectories` where adequate #646

Closed wolfs closed 1 year ago

wolfs commented 2 years ago

So SkipWhenEmpty keeps working as now with Gradle 8.0. See https://docs.gradle.org/current/userguide/upgrading_version_7.html#empty_directories_file_tree.

ysb33r commented 1 year ago

@wolfs Can you please fix the merge conflict?

wolfs commented 1 year ago

I fixed the merge conflict.

ysb33r commented 1 year ago

Thanks.