Patch release of GDSC Test
Changes from v1.0:
- Updates the build tools to support JDK 17.
- Removes redundant files from the gdsc-test-api jar.
- Avoids a method reference to SplittableRandom. The method changes in JDK 17 to a default implementation. This prevents method resolution errors when building using JDK 17 and running on a lower JDK.