Currently not stable and under heavy development!
Shared code between NeptuneVanilla and NeptuneForge, licensed under the MIT License.
- Homepage
- Source
- Issues
- Community Chat: #neptune on irc.esper.net
- Development Chat: #neptunedev on irc.esper.net
- Java 6
The following steps will ensure your project is cloned properly.
git clone --recursive https://github.com/NeptunePowered/NeptuneCommon.git
cd NeptuneCommon
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
For Eclipse
- Run
gradle setupDecompWorkspace --refresh-dependencies
- Run
gradle eclipse
- Import NeptuneCommon as an existing project (File > Import > General)
- Select the root folder for NeptuneCommon and make sure
Search for nested projects
is enabled - Check NeptuneCommon when it finishes building and click Finish
For IntelliJ
- Run
gradle setupDecompWorkspace --refresh-dependencies
- Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
- Click File > New > Project from Existing Sources > Gradle and select the root folder for NeptuneCommon.