Skip to content

Version 1.0.2

Latest
Compare
Choose a tag to compare
@aherbert aherbert released this 01 Apr 14:50
· 40 commits to master since this release

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.