1
0
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-11-16 16:12:32 +01:00
mangadex_at_home/settings.gradle

17 lines
377 B
Groovy
Raw Normal View History

2021-01-24 05:55:11 +01: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-07 00:52:25 +02:00
rootProject.name = 'mangadex_at_home'