This is an automated email from the ASF dual-hosted git repository. aleks pushed a commit to branch maintenance/1.10 in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 1965aad07d8156d4190415e8eb1cf0e6830986a5 Author: Aleks <[email protected]> AuthorDate: Thu Aug 22 17:12:11 2024 +0200 Prepare release 1.10.1 --- build.gradle | 12 ++++++------ fineract-war/build.gradle | 6 +++--- settings.gradle | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index 587b01a0e..c3f63fb08 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/fineract-war/build.gradle b/fineract-war/build.gradle index 7aa5b5445..84dc043bf 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 16a89ae35..376898166 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'
