Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Sep 14, 2024
1 parent bff9a73 commit 02bf492
Show file tree
Hide file tree
Showing 3,625 changed files with 162,354 additions and 478,393 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 0 additions & 15 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import org.gradle.api.tasks.testing.logging.TestLogEvent
import org.jetbrains.dokka.versioning.VersioningPlugin
import org.jetbrains.dokka.versioning.VersioningConfiguration

plugins {
kotlin("jvm") version "2.0.20"
Expand All @@ -11,12 +9,6 @@ plugins {
group = "org.veupathdb.lib"
version = "0.5.0"

buildscript {
dependencies {
classpath("org.jetbrains.dokka:versioning-plugin:1.9.20")
}
}

repositories {
mavenCentral()
maven {
Expand All @@ -39,8 +31,6 @@ dependencies {

implementation("io.foxcapades.kt:cli-builder:0.7.1")

dokkaHtmlPlugin("org.jetbrains.dokka:versioning-plugin:1.9.20")

testImplementation("org.mockito:mockito-junit-jupiter:5.13.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
testImplementation("org.mockito:mockito-core:5.13.0")
Expand Down Expand Up @@ -69,11 +59,6 @@ kotlin {
tasks.dokkaHtml {
val featVersion = (version as String).substring(0, (version as String).lastIndexOf('.')) + ".0"
outputDirectory.set(file("docs/dokka/v$featVersion"))

pluginConfiguration<VersioningPlugin, VersioningConfiguration> {
version = "v$featVersion"
olderVersionsDir = file("docs/dokka")
}
}

publishing {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 02bf492

Please sign in to comment.