mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Drop dokka
dependency
This commit is contained in:
parent
250c96b122
commit
752e384970
@ -3,7 +3,6 @@
|
||||
annotations = "24.0.1"
|
||||
|
||||
# plugins
|
||||
dokka = "1.8.10"
|
||||
kotlin = "1.9.0"
|
||||
changelog = "2.1.1"
|
||||
gradleIntelliJPlugin = "1.15.0"
|
||||
@ -15,7 +14,6 @@ annotations = { group = "org.jetbrains", name = "annotations", version.ref = "an
|
||||
|
||||
[plugins]
|
||||
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
||||
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
|
||||
gradleIntelliJPlugin = { id = "org.jetbrains.intellij", version.ref = "gradleIntelliJPlugin" }
|
||||
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
|
||||
|
Loading…
Reference in New Issue
Block a user