Toolbox/settings.gradle

14 lines
276 B
Groovy
Raw 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-03-19 19:38:08 +01:00
include(':Tasks', ':Database', ':Pagination')