Skip to content

Commit

Permalink
Fixed docs for plugin library
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 28, 2019
1 parent ddb9015 commit 0b634bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import org.jetbrains.dokka.DokkaConfiguration
import org.jetbrains.dokka.gradle.DokkaTask
import org.jetbrains.dokka.gradle.LinkMapping
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
java
id("org.jetbrains.dokka").version("0.9.17")
kotlin("jvm") version "1.3.21"
java
}

group = "cc.hawkbot.server"
Expand Down

0 comments on commit 0b634bb

Please sign in to comment.