Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use --release instead of --source/target combo
This fixes warnings during build like: ``` [WARNING] location of system modules is not set in conjunction with -source 17 not setting the location of system modules may lead to class files that cannot run on JDK 17 --release 17 is recommended instead of -source 17 -target 17 because it sets the location of system modules automatically ``` and also ensures usage of newer API doesn't slip in.
- Loading branch information