November 2017
Intermediate to advanced
542 pages
14h 24m
English
The codebase has been configured with the IntelliJ and Eclipse IDE plugin. This means Gradle can create all of the necessary IDE project files instead of manually importing the codebase, although you are not forced to use these plugins.
To use these plugins, open a Terminal or Command Prompt window to the root of the codebase. To execute the plugin, issue the following command on OSX or Linux:
$ ./gradlew idea
After running this task, there will be several IDEA project files in each directory, as shown in the following screenshot:

If you are on a Windows machine, you will issue the following command:
C:\jbcdcalendar> gradlew.bat ...
Read now
Unlock full access