To build dox:
./gradlew doxygen
This requires some thought on each build machine. First thing you should try is: remove the entire executables{} stanza. This will make Gradle download the executables. It just didn't run on my machine, so I had to install it outside of VSCode.
To build dox:
./gradlew doxygen
This requires some thought on each build machine. First thing you should try is: remove the entireexecutables{}
stanza. This will make Gradle download the executables. It just didn't run on my machine, so I had to install it outside of VSCode.