Building Processing with VSCode Error and Fix

Hello folks!

I was building Processing with VSCode as per:
processing4/BUILD.md at main · processing/processing4 · GitHub

I had this issue:

> Dependency resolution is looking for a library compatible with JVM runtime version 17, but 'project :core' is only compatible with JVM runtime version 21 or newer.

I created a gradle.properties file with the directory of the Java JDK 17 I was using and that corrected the issue:

Sharing is caring.

Still exploring why this changed.

:)