Closed r-gurzkowski closed 2 years ago
Gradle daemon fails to start on Java 17 due to unrecognised option XX:MaxPermSize. It is safe to remove it since it already ignored since Java 1.8.
XX:MaxPermSize
Compile project using JDK17.
๐ What does this PR do?
Gradle daemon fails to start on Java 17 due to unrecognised option
XX:MaxPermSize
. It is safe to remove it since it already ignored since Java 1.8.โ Checklist
๐งช How can this PR been tested?
Compile project using JDK17.
๐งพ Tasks Remaining: (List of tasks remaining to be implemented)
๐ผ๏ธ Screenshots (if applicable):