You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the setup is relaying on users to properly set their JDK in project properties. This can be improved by using gradle toolchains which allow us to properly designate which JDK we want the project to use. If the designated JDK is not installed locally, it will be downloaded, automating things for users.
The text was updated successfully, but these errors were encountered:
Currently the setup is relaying on users to properly set their JDK in project properties. This can be improved by using gradle toolchains which allow us to properly designate which JDK we want the project to use. If the designated JDK is not installed locally, it will be downloaded, automating things for users.
The text was updated successfully, but these errors were encountered: