Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
linglong67 authored Feb 2, 2024
1 parent 3c86ad3 commit 4a845e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ asciidoctor.doFirst {

task copyDocument(type: Copy) {
dependsOn asciidoctor
from file("build/docs/asciidoc")
from "${asciidoctor.outputDir}"
into file("src/main/resources/static/docs")
}

bootJar {
dependsOn copyDocument
}

tasks.register("prepareKotlinBuildScriptModel") {}
tasks.register("prepareKotlinBuildScriptModel") {}

0 comments on commit 4a845e9

Please sign in to comment.