geforkt von Mirrors/Paper
72e51a2fe4
This change removes a redundant addition of source encoding and makes our compiler match the current maven default. This amends the commit 52215c617166dddbe52cf7ee8d37964dc948f753 Upstream issue http://jira.codehaus.org/browse/MCOMPILER-70 By: Wesley Wolfe <weswolf@aol.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENCE.txt | ||
pom.xml | ||
README.md |
Bukkit
A Minecraft Server API.
Website: http://bukkit.org
Bugs/Suggestions: http://leaky.bukkit.org
Contributing Guidelines: CONTRIBUTING.md
Compilation
We use maven to handle our dependencies.
- Install Maven 3
- Check out this repo and:
mvn clean install