Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 670 Bytes

Bukkit-Connect Jenkins

This version of Bukkit-Connect supports Spigot 1.8 through 1.17

Note for 1.17+ users

Make sure to use the following Java startup params:

--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/jdk.internal.misc=ALL-UNNAMED

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Clone this repo and: mvn clean install