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 227bdf6e4f0d271e19193fe6f9d59f36720a772a
Author: Aleks <[email protected]>
AuthorDate: Thu Aug 22 17:12:11 2024 +0200

    Prepare release 1.10.1
---
 build.gradle                                                | 12 ++++++------
 buildSrc/src/main/groovy/org.apache.fineract.release.gradle |  4 ++--
 fineract-war/build.gradle                                   |  6 +++---
 settings.gradle                                             |  2 +-
 4 files changed, 12 insertions(+), 12 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/buildSrc/src/main/groovy/org.apache.fineract.release.gradle 
b/buildSrc/src/main/groovy/org.apache.fineract.release.gradle
index 3345ff886..f0cabf4d5 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 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'

Reply via email to