Skip to content

Commit

Permalink
Remove asciidoctor
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 14, 2023
1 parent 059b1e8 commit bce90e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
alias(libs.plugins.hivemq.extension)
alias(libs.plugins.defaults)
alias(libs.plugins.license)
alias(libs.plugins.asciidoctor)
}

group = "com.hivemq.extensions"
Expand All @@ -17,17 +16,9 @@ hivemqExtension {

resources {
from("LICENSE")
from("README.adoc") { rename { "README.txt" } }
from(tasks.asciidoctor)
}
}

tasks.asciidoctor {
sourceDirProperty.set(layout.projectDirectory)
sources("README.adoc")
secondarySources { exclude("**") }
}

license {
header = rootDir.resolve("HEADER")
mapping("java", "SLASHSTAR_STYLE")
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ hivemq-extensionSdk = "4.0.0"
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
asciidoctor = { id = "org.asciidoctor.jvm.convert", version = "3.3.2" }

0 comments on commit bce90e9

Please sign in to comment.