Skip to content

Commit

Permalink
fix Build (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMuhimbura authored Dec 11, 2024
1 parent 7c73468 commit 8b066b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ plugins {
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
id 'org.asciidoctor.jvm.epub' version '3.3.2' apply false
id 'org.asciidoctor.jvm.revealjs' version '3.3.2' apply false
id 'org.asciidoctor.jvm.gems' version '3.3.2' apply false
id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
id 'com.google.cloud.tools.jib' version '3.2.1' apply false
id 'fr.brouillard.oss.gradle.jgitver' version '0.10.0-rc03'
Expand Down
2 changes: 0 additions & 2 deletions fineract-doc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
apply plugin: 'org.asciidoctor.jvm.convert'
apply plugin: 'org.asciidoctor.jvm.pdf'
apply plugin: 'org.asciidoctor.jvm.revealjs'
// apply plugin: 'org.asciidoctor.jvm.epub'
// apply plugin: 'org.asciidoctor.kindlegen.base'

Expand All @@ -40,7 +39,6 @@ asciidoctorj {
pdf.version '1.6.2'
diagram.version '2.2.1'
epub.version '1.5.1'
revealjs.version '4.1.0'
}

fatalWarnings ~/include file not found|missing callout|image to embed not found or not readable/
Expand Down

0 comments on commit 8b066b6

Please sign in to comment.