Toolbox/settings.gradle

17 lines
309 B
Groovy
Raw Permalink Normal View History

pluginManagement {
repositories {
mavenCentral()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
2022-09-19 23:52:14 +02:00
rootProject.name = 'Toolbox'
2023-06-13 17:36:22 +02:00
include(':Tasks')
include(':Database')
include(':Pagination')
include(':Core')