WINDOWS 7 configuration:
- Download gradle version 4.10.2 (click download binary-only link) https://gradle.org/releases/
- Install gradle on C:\Gradle
- Install google chrome version 77
- Download jdk version 1.8.0_221 on your pc link to download https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (you need to create oracle account to proceed)
- Install downloaded jdk on your pc (link to tutorial with whole setup: https://codenotfound.com/java-download-install-jdk-8-windows.html)
- Download repository
- Open project from build.gradle file
- In project settings (File -> settings-> Build, Execution, Deployment ->Gradle ->) set directory to gradle installation folder (C:/Gradle/gradle-4.10.2)
- Wait until all dependencies are resolved
- Click View -> Tool Windows -> Gradle (on the right panel you should see gradle project)
- Select run configurations and click Workshop [clean]
- Select run configurations and click Workshop [test]
MAC configuration:
- Download gradle version 4.10.2 (click download binary-only link) https://gradle.org/releases/
- Install gradle (archive should be unzip automatically by system, if not, please unzip)
- Install google chrome version 77
- Download jdk version 1.8.0_221 on your pc link to download https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (you need to create oracle account to proceed)
- Install downloaded jdk on your pc (https://docs.oracle.com/javase/10/install/installation-jdk-and-jre-macos.htm#JSJIG-GUID-F575EB4A-70D3-4AB4-A20E-DBE95171AB5F)
- Download repository
- Open project from build.gradle file
- In project settings (File -> settings-> Build, Execution, Deployment ->Gradle ->) set directory to gradle installation folder (...gradle-4.10.2)
- Wait until all dependencies are resolved
- Click View -> Tool Windows -> Gradle (on the right panel you should see gradle project)
- Select run configurations and click Workshop [clean]
- Select run configurations and click Workshop [test]