Toolbox/settings.gradle
Quentin Legot c976468d2b
All checks were successful
/ build (17, ubuntu-latest) (pull_request) Successful in 4m49s
Add DataTracker and TrackedData
2023-06-13 17:36:49 +02:00

17 lines
309 B
Groovy

pluginManagement {
repositories {
mavenCentral()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'Toolbox'
include(':Tasks')
include(':Database')
include(':Pagination')
include(':Core')