-
Notifications
You must be signed in to change notification settings - Fork 908
Hacking on Aeron
Michael Barker edited this page Jun 23, 2016
·
17 revisions
IDEA imports gradle build files itself.
- Install the latest JDK 8 from Oracle.
- Clone the Aeron project.
- Run ./gradlew to setup the build.
- Inside IDEA go 'File' -> 'Import Project' then select the top-level build.gradle. Choose the 'Use local gradle distribution' option and select the directory you installed gradle into previously and click ok.
You should now have a top level "Aeron" project with 5 sub-modules.
The main IDE used by the Aeron contributors is IDEA. Please share experiences if you have had success setting up any other IDEs to work with Aeron.