Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
None
-
IntelliJ IDEA Community Edition
Description
in build.gradle (commit 5e1a23d, line #498) the context help states that:
@Deprecated class AsciidoctorTask extends AsciidoctorCompatibilityTask
This is just a wrapper class in a legacy package. All of the code has moved to AsciidoctorCompatibilityTask.
Also, the gradle viewer in my IDE states that the following rows contain syntax errors, yet it builds:
attributes \
'doctype': 'book',
'experimental': '',
'icons': 'font',
'sectnums': '',
'chapter-label': '',
'toc': 'left@',
'toclevels': '3'