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
286 stars 122 forks source link

Add name declarations to unnamed input properties #603

Closed ghale closed 2 years ago

ghale commented 3 years ago

This changes adds name declarations in several places where input properties were being declared without property names. Without property names, inputs declared with the runtime API are assigned names like $1 which are unhelpful while troubleshooting.