Skip to content

Commit

Permalink
Disable AsciiDoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperano committed Nov 25, 2024
1 parent e6351a1 commit f79f15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

plugins {
id 'maven-publish'
id 'org.asciidoctor.jvm.convert' version '3.1.0'
//id 'org.asciidoctor.jvm.convert' version '3.1.0'
}

apply plugin: 'java'
Expand Down Expand Up @@ -119,9 +119,9 @@ publishing {
}
}

asciidoctor {
/*asciidoctor {
sourceDir 'src/doc/asciidoc'
}
}*/

clean {
delete 'build'
Expand Down

0 comments on commit f79f15e

Please sign in to comment.