reflectionhooks icon indicating copy to clipboard operation
reflectionhooks copied to clipboard

Add Gradle wrapper, update Gradle file, replace Sun API with regular JDK API

Open ZetaTwo opened this issue 2 years ago • 0 comments

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

ZetaTwo avatar Mar 09 '22 21:03 ZetaTwo