RPG Attributes Platform for Sponge
The following steps will ensure your project is cloned properly.
git clone [email protected]:AlmuraDev/Skills.git
cd Skills
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 IntelliJ
- Run
gradle generateDatabaseClasses
- Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
- Click File > Import Module and select the build.gradle file for Skills.
- On the import screen, uncheck
Create separate module per source set
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.
In order to build Skills you simply need to run the gradle
command. You can find the compiled JAR files in ./build/libs
but in most cases you'll only need skills-x.x.x-SNAPSHOT.jar
.