mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-16 15:45:16 +01:00
67153e8fc5
Adds a fabric specific Plan module that builds a separate jar. Co-authored-by: Vankka <vankka.main@gmail.com> Co-authored-by: DrexHD <nicknamedrex@gmail.com> Affects issues: - Close #1956
23 lines
382 B
Groovy
23 lines
382 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'Plan'
|
|
|
|
include 'api'
|
|
include 'common'
|
|
include 'bukkit'
|
|
include 'sponge'
|
|
include 'nukkit'
|
|
include 'bungeecord'
|
|
include 'velocity'
|
|
include 'plugin'
|
|
include 'extensions'
|
|
include 'fabric'
|