Sebastian Sellmair [JB]
08/28/2020, 3:22 PMmaven("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>")
elect
08/28/2020, 3:56 PMPlugin [id: 'org.jetbrains.dokka', version: '1.4.0-dev-62'] was not found in any of the following sources:
although I have
repositories {
...
maven { url = uri("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>") }
}
Sebastian Sellmair [JB]
08/28/2020, 3:59 PMSebastian Sellmair [JB]
08/28/2020, 4:00 PMbuildscript {
repositories {
maven("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>")
}
}
allprojects {
repositories {
maven("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>")
}
}
elect
08/28/2020, 4:02 PMbuildscript
since ages. How to add that in plugins { }
?Sebastian Sellmair [JB]
08/28/2020, 4:03 PMsettings.gradle.kts
pluginManagement {
repositories {
maven("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>")
}
}
elect
08/28/2020, 4:11 PMsettings.gradle.kts
Gradle fires now
Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.4.0'] was not found
Mike Penz
08/28/2020, 4:31 PMMike Penz
08/28/2020, 4:31 PMbsimmons
08/28/2020, 6:44 PMSebastian Sellmair [JB]
08/28/2020, 7:02 PMpluginManagement {
repositories {
gradlePluginPortal() // <<-- also from the back of my head, RN
maven("<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>")
}
}
Sebastian Sellmair [JB]
08/28/2020, 7:06 PMbsimmons
08/28/2020, 7:09 PM- Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.4.0-rc-62')
Searched in the following repositories:
Gradle Central Plugin Repository
MavenRepo
BintrayJCenter
maven(<https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev>)
Sebastian Sellmair [JB]
08/28/2020, 7:25 PM1.4.0-rc-62
should be 1.4.0-dev-62bsimmons
08/28/2020, 7:33 PMelect
08/29/2020, 10:21 AMpath: String
became localDirectory: Property<File?>
?Sebastian Sellmair [JB]
08/31/2020, 12:22 PMSebastian Sellmair [JB]
08/31/2020, 12:23 PM