Skip to content

Commit

Permalink
🐛 Attempting to fix wrong Dokka vers
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Feb 27, 2024
1 parent fb47c3d commit ad05d87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import org.jetbrains.dokka.DokkaVersion
import org.jetbrains.dokka.base.DokkaBase
import org.jetbrains.dokka.gradle.DokkaTask
import org.jetbrains.dokka.base.DokkaBaseConfiguration
import java.net.URL


buildscript {
dependencies {
classpath("org.jetbrains.dokka:dokka-base:1.9.10")
Expand Down Expand Up @@ -43,12 +45,15 @@ dependencies {
modImplementation(libs.fabric.api)

include(modImplementation("gay.asoji:fmw:1.0.0+build.8")!!)

dokkaPlugin(libs.dokka.versioning)
}

tasks.withType<DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("Inner Pastels")
moduleVersion.set(version.toString())

includes.from("Module.md")

Expand Down

0 comments on commit ad05d87

Please sign in to comment.