Slackbot
12/30/2022, 12:42 PMVampire
12/30/2022, 8:50 PMallprojects { ... }
, but use convention plugins
• mvnrepository.com is not an actual maven repository, it is just an indexing site that allows you to search in certain other repositories for maven artifacts. Using a mvnrepository.com URL as Maven repository is useless, it just wastes time looking in them for an artifact that will never be found at that URL.
• Do not use mavenLocal
if you can avoid it, it is broken by design and dangerous in terms of slow, non-reprocuible, and flaky buildsPavel Bahratsou
01/03/2023, 6:37 AMVampire
01/03/2023, 7:55 AM