Zac Sweers
02/24/2021, 7:52 AMorg.jetbrains:markdown
(which dokka depends on) to maven central yesterday with the same version that's on jcenter. If you haven't set up your repo to only source it from jcenter, your builds will almost certainly break imminently if you don't have a cached version of the dep local. Easy way to test is ./gradlew help --refresh-dependencies
Lukas K-G
02/24/2021, 10:54 AMmkrussel
02/24/2021, 2:05 PMLukas K-G
02/24/2021, 2:05 PMLukas K-G
02/24/2021, 2:06 PMLukas K-G
02/24/2021, 2:07 PMZac Sweers
02/24/2021, 8:38 PMZac Sweers
02/24/2021, 8:38 PMmkrussel
02/24/2021, 8:39 PMmavenCentral {
content {
excludeModule("org.jetbrains", "markdown")
}
}
mkrussel
02/24/2021, 8:40 PMKamil Doległo
02/25/2021, 9:45 AMZac Sweers
02/25/2021, 9:47 PMZac Sweers
02/25/2021, 9:48 PMZac Sweers
02/25/2021, 10:20 PM