Skip to content

Commit 227bdf6

Browse files
committed
Prepare release 1.10.1
1 parent a022a51 commit 227bdf6

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ plugins {
8989
id 'net.ltgt.errorprone' version '3.1.0' apply false
9090
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.19' apply false
9191
id 'com.gorylenko.gradle-git-properties' version '2.4.1' apply false
92-
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
93-
id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
94-
id 'org.asciidoctor.jvm.epub' version '3.3.2' apply false
95-
id 'org.asciidoctor.jvm.revealjs' version '3.3.2' apply false
96-
id 'org.asciidoctor.jvm.gems' version '3.3.2' apply false
97-
id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
92+
// id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
93+
// id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
94+
// id 'org.asciidoctor.jvm.epub' version '3.3.2' apply false
95+
// id 'org.asciidoctor.jvm.revealjs' version '3.3.2' apply false
96+
// id 'org.asciidoctor.jvm.gems' version '3.3.2' apply false
97+
// id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
9898
id 'com.google.cloud.tools.jib' version '3.4.0' apply false
9999
id 'org.sonarqube' version '4.4.1.3373'
100100
id 'com.github.andygoossens.modernizer' version '1.9.0' apply false

buildSrc/src/main/groovy/org.apache.fineract.release.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ fineract {
176176
description: 'Sign the distribution artifacts',
177177
gpg: [
178178
files: [
179-
"${rootDir}/fineract-war/build/distributions/apache-fineract-${project.version}-src.tar.gz",
180-
"${rootDir}/fineract-war/build/distributions/apache-fineract-${project.version}-binary.tar.gz"
179+
"${rootDir}/fineract-war/build/distributions/apache-fineract-${findProperty('fineract.release.version')}-src.tar.gz",
180+
"${rootDir}/fineract-war/build/distributions/apache-fineract-${findProperty('fineract.release.version')}-binary.tar.gz"
181181
]
182182
]
183183
],

fineract-war/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ distributions {
8686
from "$rootDir/DISCLAIMER"
8787
from "$rootDir/README.md"
8888

89-
from "$rootDir/fineract-doc/build/docs/pdf/en/index.pdf"
90-
rename ('index.pdf', 'fineract-documentation.pdf')
89+
// from "$rootDir/fineract-doc/build/docs/pdf/en/index.pdf"
90+
// rename ('index.pdf', 'fineract-documentation.pdf')
9191
}
9292
}
9393
src {
@@ -108,4 +108,4 @@ distributions {
108108
binaryDistZip.enabled false
109109
srcDistZip.enabled false
110110
// NOTE: Gradle suggested these dependencies
111-
binaryDistTar.dependsOn(war, ':fineract-client:jar', ':fineract-avro-schemas:jar', ':fineract-provider:build', ':fineract-doc:doc')
111+
binaryDistTar.dependsOn(war, ':fineract-client:jar', ':fineract-avro-schemas:jar', ':fineract-provider:build')

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ include ':integration-tests'
6161
include ':twofactor-tests'
6262
include ':oauth2-tests'
6363
include ':fineract-client'
64-
include ':fineract-doc'
64+
// include ':fineract-doc'
6565
include ':fineract-avro-schemas'
6666
include ':fineract-e2e-tests-core'
6767
include ':fineract-e2e-tests-runner'

0 commit comments

Comments
 (0)