Skip to content

Commit

Permalink
Prepare release 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vidakovic committed Aug 22, 2024
1 parent a022a51 commit 227bdf6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/org.apache.fineract.release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
]
],
Expand Down
6 changes: 3 additions & 3 deletions fineract-war/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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')
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 227bdf6

Please sign in to comment.