mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-05-31 09:31:54 +00:00
1acdfe8c4b
* Using built in pipeline * Added testing for databases, and fixed some potential database bugs * Fixing MySQL issues * Adding central test suite * Updating test workflow to build without tests and one with tests
19 lines
326 B
Groovy
19 lines
326 B
Groovy
rootProject.name = 'AntiVPN'
|
|
|
|
include 'Common:Source'
|
|
include 'Common:loader-utils'
|
|
|
|
include 'Bukkit:Plugin'
|
|
include 'Bukkit:Loader'
|
|
|
|
include 'Bungee:BungeePlugin'
|
|
include 'Bungee:BungeeLoader'
|
|
|
|
include 'Sponge:SpongePlugin'
|
|
include 'Sponge:SpongeLoader'
|
|
|
|
include 'Velocity:VelocityPlugin'
|
|
include 'Velocity:VelocityLoader'
|
|
|
|
|