| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Wouldn't want @yawkat submitting PRs that only work on Java 8.
|
| |
|
| |
|
| |
|
|
|
|
| |
No breaking changes here.
|
|
|
|
| |
to JsonObject for those who choose to use it.
|
| |
|
| |
|
|
|
|
| |
For more information please see http://www.spigotmc.org/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This change adds the source encoding to the maven compiler plugin, which
will strictly enforce build consistency on multiple platforms and address
possible compilation issues on some of the source files. The source
encoding unintuitively is system-specified by default.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|