islands-wars / commons

Utility class to connect to various databases
GNU General Public License v3.0
1 stars 0 forks source link

Islands Wars

build status

Islands Wars is a Minecraft sky block server.

Some utility classes for connecting to various databases.

Getting started & generality


These instructions will get you a copy of the project up. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Git flow

We use git flow as branching-model, simply init a new feature :

$> git flow feature start featureName
$> git add file
$> git commit -m "Clear commit message"

$> git flow feature publish featureName

And then open a new pull request. In the case that you see an error on production (master branch), you can supply a PR using hotfix instead of a feature. Please refer to this cheatsheet if you are new to git flow and wants to learn the basics.

Run code

Use gradle task :

$> gradle build

License


GNU GENERAL PUBLIC LICENSE Version 3