Skip to content

Commit

Permalink
prowide core version as ext variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jan 8, 2025
1 parent b369420 commit fc94eb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ group 'com.prowidesoftware'

project.ext {
SRU = 'SRU2024'
prowideCoreVersion = 'SRU2024-9.5.5'
}

scmVersion {
Expand Down Expand Up @@ -134,7 +135,7 @@ configure(subprojects.findAll {it.name.endsWith('-mx')}) {
project(':iso20022-core') {
dependencies {
// included build
api 'com.prowidesoftware:pw-swift-core:SRU2024-9.5.5'
api "com.prowidesoftware:pw-swift-core:${prowideCoreVersion}"

implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'com.google.code.gson:gson:2.11.0'
Expand Down Expand Up @@ -319,7 +320,7 @@ artifacts {
// declared dependencies for pom generation
dependencies {
// included build (keep in sync with the latest Prowide Core version)
api 'com.prowidesoftware:pw-swift-core:SRU2024-9.5.5'
api "com.prowidesoftware:pw-swift-core:${prowideCoreVersion}"
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'com.google.code.gson:gson:2.11.0'
}
Expand Down

0 comments on commit fc94eb0

Please sign in to comment.