blob: be5fbb7a39f4b627cf3d1aeaf57d37c7b16b44f0 [file] [log] [blame]
Aurimas Liutikas7786ae12021-09-28 08:57:15 -07001pluginManagement {
2 repositories {
3 // Prefer mavenCentral as that has signed artifacts
4 mavenCentral()
5 gradlePluginPortal()
6 }
7}
8
9include(":stub-annotations")