You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ConfigLib/settings.gradle

10 lines
322 B
Groovy

rootProject.name = 'config-lib'
include 'ConfigLib-Core'
findProject(':ConfigLib-Core')?.name = 'config-lib-core'
include 'ConfigLib-Bukkit'
findProject(':ConfigLib-Bukkit')?.name = 'config-lib-bukkit'
include 'ConfigLib-Bungee'
findProject(':ConfigLib-Bungee')?.name = 'config-lib-bungee'
rootProject.name = 'ConfigLib'