Release notes
Features
-
#41 - Upgrade to Grolifant 5 and make plugin configuration cache-compliant.
Breaking changes
-
The
doxygen
task is now calleddoxygenDox
. -
Configuration does not happen in the task anymore, but in an extension called
doxygen
. This extension contains source sets of which the default one is calledmain
. -
Source are configured using the
sources
keyword, rather thansource
. This is found within a Doxygen source set i.e.doxygen.sourceSets/main/sources
. -
DSL keywords such as
image_paths
are no longer used. The correct way is to useimagePaths
.