Rick M
Rick M
Java 17 requires Gradle 7.3. I just started looking into upgrading ZAP builds to Gradle 7.3.3 yesterday 🙂.
@LIttleAncientForestKami ciuld you update your cloned copy and give this a try again?
Thanks!
There "seems" to be something more to this. The dependencyUpdates task doesn't seem to suggest anything that I would think is related, it claims the npm plugin is up-to-date: ```console...
I’ll dig into this further and make a checklist (as we did with the previous round) tomorrow.
There are definitely some paths that are third party and should be excluded, what’s the best way to deal with that?
Exclusions: - /imagelocationscanner/src/main/java/com/veggiespam/imagelocationscanner/ - /tokengen/src/main/java/com/fasteasytrade/JRandTest/ For the third I don't think there's anywhere else to submit the fixes, for the second you could submit them (if any) here:
For ILS my main concern was that https://github.com/zaproxy/zap-extensions/blob/main/addOns/imagelocationscanner/src/main/java/com/veggiespam/imagelocationscanner/ILS.java is sourced from https://github.com/veggiespam/ImageLocationScanner/blob/master/src/com/veggiespam/imagelocationscanner/ILS.java. So just that '"package" (src/main/java/com/veggiespam/imagelocationscanner/) with its one source file should be excluded. OH I think I buggered...
@jsoref is it possible to re-package this per add-on (project) as @thc202 mentioned?
Thanks @jsoref!