Attempted to add mysql

This commit is contained in:
Teriuihi 2022-04-11 02:42:11 +02:00
parent beae61728c
commit c3d2b215d5

View File

@ -8,6 +8,8 @@ dependencyResolutionManagement {
maven("https://m2.dv8tion.net/releases/")
// Configurate
maven("https://repo.spongepowered.org/maven")
// MySQL
maven("https://jcenter.bintray.com")
}
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
}