Gradle will set itself up during the first build on any system. It requires an active internet connection to do so.
- Run
gradlew idea
to create the IDEA project files. - Import the project into IDEA.
- (If necessary,) open the 'Project Structure' Dialog (Ctrl+Alt+Shift+S) and set the Project SDK to a SDK > 6.0.
- Run
gradlew eclipse
to create the Eclipse project files. - Import all projects into Eclipse.
- Have the Gradle Support plugin installed.
- Optional: Configure your global preferences.
- Open the project as you would open any other project in NetBeans.
Launch net.sf.anathema.AnathemaBootLoader
Run gradlew run
Run gradlew test
Run gradlew cucumber
- Add the dependency entry to the module's
build.gradle
. - Run
gradlew eclipseClasspath
orgradlew ideaModule
respectively.
IntelliJ IDEA users best run this outside of the IDE, else it might not pick up all changes.
- Run
gradlew createModule
- Regenerate your IDE's workspace as per the "Developing with..." sections above.
This command builds the distribution artifacts for Linux, OS X and Windows.
For the full process, see the wiki.
- Run
gradlew clean build
- Fetch your artifacts from
./build/Anathema x.x.x
JetBrains helps development with a license for IntelliJ IDEA Ultimate. ej-technologies provides us with a Java profiler for solving hard performance puzzlers.