diff --git a/build.gradle b/build.gradle index 587b01a0e3a..c3f63fb08c4 100644 --- a/build.gradle +++ b/build.gradle @@ -89,12 +89,12 @@ plugins { id 'net.ltgt.errorprone' version '3.1.0' apply false id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.19' apply false id 'com.gorylenko.gradle-git-properties' version '2.4.1' apply false - 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 '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.4.0' apply false id 'org.sonarqube' version '4.4.1.3373' id 'com.github.andygoossens.modernizer' version '1.9.0' apply false diff --git a/buildSrc/src/main/groovy/org.apache.fineract.release.gradle b/buildSrc/src/main/groovy/org.apache.fineract.release.gradle index 3345ff88664..f0cabf4d582 100644 --- a/buildSrc/src/main/groovy/org.apache.fineract.release.gradle +++ b/buildSrc/src/main/groovy/org.apache.fineract.release.gradle @@ -176,8 +176,8 @@ fineract { description: 'Sign the distribution artifacts', gpg: [ files: [ - "${rootDir}/fineract-war/build/distributions/apache-fineract-${project.version}-src.tar.gz", - "${rootDir}/fineract-war/build/distributions/apache-fineract-${project.version}-binary.tar.gz" + "${rootDir}/fineract-war/build/distributions/apache-fineract-${findProperty('fineract.release.version')}-src.tar.gz", + "${rootDir}/fineract-war/build/distributions/apache-fineract-${findProperty('fineract.release.version')}-binary.tar.gz" ] ] ], diff --git a/fineract-war/build.gradle b/fineract-war/build.gradle index 7aa5b5445b6..84dc043bfee 100644 --- a/fineract-war/build.gradle +++ b/fineract-war/build.gradle @@ -86,8 +86,8 @@ distributions { from "$rootDir/DISCLAIMER" from "$rootDir/README.md" - from "$rootDir/fineract-doc/build/docs/pdf/en/index.pdf" - rename ('index.pdf', 'fineract-documentation.pdf') + // from "$rootDir/fineract-doc/build/docs/pdf/en/index.pdf" + // rename ('index.pdf', 'fineract-documentation.pdf') } } src { @@ -108,4 +108,4 @@ distributions { binaryDistZip.enabled false srcDistZip.enabled false // NOTE: Gradle suggested these dependencies -binaryDistTar.dependsOn(war, ':fineract-client:jar', ':fineract-avro-schemas:jar', ':fineract-provider:build', ':fineract-doc:doc') +binaryDistTar.dependsOn(war, ':fineract-client:jar', ':fineract-avro-schemas:jar', ':fineract-provider:build') diff --git a/settings.gradle b/settings.gradle index 16a89ae35d9..3768981667e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -61,7 +61,7 @@ include ':integration-tests' include ':twofactor-tests' include ':oauth2-tests' include ':fineract-client' -include ':fineract-doc' +// include ':fineract-doc' include ':fineract-avro-schemas' include ':fineract-e2e-tests-core' include ':fineract-e2e-tests-runner'