Skip to content

Commit

Permalink
Fixed asciidoctor to version 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
galovics committed Oct 14, 2024
1 parent 4c6375f commit eeef642
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 26 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@ plugins {
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
id 'org.asciidoctor.jvm.pdf' version '4.0.3' 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 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
id 'com.google.cloud.tools.jib' version '3.4.3' apply false
id 'org.sonarqube' version '4.4.1.3373'
id 'com.github.andygoossens.modernizer' version '1.9.3' apply false
Expand Down
17 changes: 0 additions & 17 deletions fineract-doc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +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'

asciidoctorj {
version = '2.5.3'
Expand Down Expand Up @@ -62,20 +59,6 @@ asciidoctor {
dependsOn(':fineract-client:clean', ':fineract-client:buildAsciidoc')
}

// asciidoctorEpub {
// languages 'en'
//
// baseDir 'src/docs'
// sourceDir 'src/docs'
// sources {
// include('index.adoc')
// }
// outputDir 'build/docs/epub'
// ebookFormats 'epub3'
//
// dependsOn ':fineract-client:buildAsciidoc'
// }

asciidoctorPdf {
languages 'en'

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 8 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@
"matchPackageNames": ["org.apache.oltu.oauth2:org.apache.oltu.oauth2.client"],
"allowedVersions": "<=1.0.1"
},
{
"matchPackageNames": ["org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4"],
"allowedVersions": "<=1.0.1"
},
{
"matchPackageNames": ["org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4"],
"allowedVersions": "<=1.0.1"
},
{
"matchPackageNames": ["org.asciidoctor.jvm.convert", "org.asciidoctor.jvm.pdf"],
"allowedVersions": "<=3.3.2"
},
{
"matchPackageNames": ["org.eclipse.persistence:eclipselink"],
"allowedVersions": "<=4.0.2",
Expand Down

0 comments on commit eeef642

Please sign in to comment.