Hi,
I am having issues building Zap from source. When I run the ‘./gradlew run’ command I fail the :zap:compileJava task. The -info flag printed that many files had dangling doc comments. Ex:
/Users/ryanmueller/Desktop/zap/zaproxy/zap/src/main/java/org/parosproxy/paros/db/TableHistory.java:22: warning: [dangling-doc-comments] documentation comment is not attached to any declaration
/**
^
Here is a link to the output of the same command with the -scan flag. https://scans.gradle.com/s/4uj5emvdc4bva. I am hesitant to go through and edit these because I don’t want to change things on my main branch. I think that my machine is fully capable of running this version of zap because I downloaded and ran ZAP 2.16.0 just fine. I am using java version 23.0.2 and my local main branch is up to date with upstream.
Sincerely,
Ryan Mueller