reflectionhooks
reflectionhooks copied to clipboard
Add Gradle wrapper, update Gradle file, replace Sun API with regular JDK API
This PR does the following:
- Add the standard Gradle wrapper script to make building easier
- Update the gradle build file to replace the deprecated "compile" directives with "implementation"
- Replaces the Sun reflection APIs with the regular JDK APIs to make it more protable and usable with newer Java versions