Quentin Legot
c976468d2b
All checks were successful
/ build (17, ubuntu-latest) (pull_request) Successful in 4m49s
17 lines
309 B
Groovy
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')
|