Files
AntiVPN/settings.gradle
T
Dawson 1acdfe8c4b Added automated testing (#82)
* 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
2026-04-08 21:29:37 -04:00

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'