this script works...
- get source releases from java.net
- parse jvm options from source codes
- output all of jvm options to json and csv
- csv is look like this
if you want to get source relelases automatically, execute below
gradlew getSrcs
if you want to parse source codes
gradlew analyzeOptions
run all at once
gradlew
Apache License, Version 2.0