SoranSpigot-skid-of-genirc-.../PaperSpigot-Server
dependabot[bot] 0247d44725
Bump mysql-connector-java from 5.1.14 to 8.0.28 in /PaperSpigot-Server
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.14 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.14...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 01:41:40 +00:00
..
src yikeesss ❤️ 2019-08-17 20:38:37 +01:00
.gitignore yikeesss ❤️ 2019-08-17 20:38:37 +01:00
CONTRIBUTING.md yikeesss ❤️ 2019-08-17 20:38:37 +01:00
LGPL.txt yikeesss ❤️ 2019-08-17 20:38:37 +01:00
LICENCE.txt yikeesss ❤️ 2019-08-17 20:38:37 +01:00
README.md yikeesss ❤️ 2019-08-17 20:38:37 +01:00
dependency-reduced-pom.xml yikeesss ❤️ 2019-08-17 20:38:37 +01:00
deprecation-mappings.at yikeesss ❤️ 2019-08-17 20:38:37 +01:00
deprecation-mappings.csrg yikeesss ❤️ 2019-08-17 20:38:37 +01:00
maps.yml yikeesss ❤️ 2019-08-17 20:38:37 +01:00
pom.xml Bump mysql-connector-java from 5.1.14 to 8.0.28 in /PaperSpigot-Server 2022-06-21 01:41:40 +00:00

README.md

Spigot

A Spigot-API and Bukkit implementation

Website: http://spigotmc.org
Bugs/Suggestions: http://www.spigotmc.org/forums/bugs-feature-requests.8/
Contributing Guidelines: CONTRIBUTING.md

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out and install Spigot-API
    • Note: this is not needed as the repository we use has Spigot-API too, but you might have a newer one (with your own changes :D)
  • Check out this repo and: mvn clean package