1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00
mangadex_at_home/settings.gradle

17 lines
377 B
Groovy
Raw Normal View History

2021-01-24 04:55:11 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
google()
}
resolutionStrategy {
eachPlugin {
if (requested.id.id == "com.squareup.sqldelight") {
useModule("com.squareup.sqldelight:gradle-plugin:${requested.version}")
}
}
}
}
2020-06-06 22:52:25 +00:00
rootProject.name = 'mangadex_at_home'