Setup - MrMysteri0us/DBManager GitHub Wiki
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 Make sure you have the Gradle plugin installed (Help > Eclipse Marketplace > Gradle Integration Plugin) Import Sponge as a Gradle project (File > Import) Select the root folder for Sponge and click Build Model Check Sponge 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 > Import Module and select the build.gradle file for Sponge.