Toolbox/buildSrc/settings.gradle
Quentin Legot 349ab639da
Some checks reported warnings
/ deploy (17, ubuntu-latest) (push) Has been cancelled
/ build (17, ubuntu-latest) (push) Has been cancelled
Add a report to discord gradle task and added it to ci
2023-07-26 22:18:20 +02:00

7 lines
127 B
Groovy

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "buildSrc"