AndroidDev-social / DodoForMastodon

๐Ÿ˜ Mastodon client for Android, iOS and Desktop (JVM)
GNU General Public License v3.0
384 stars 29 forks source link

Fix Gradle Daemon on Java 17 #28

Closed r-gurzkowski closed 2 years ago

r-gurzkowski commented 2 years ago

๐Ÿ“‘ 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):