Skip to content

Commit

Permalink
Remove AuraDS version parts
Browse files Browse the repository at this point in the history
We will never release to AuraDS from 2.13 branch
  • Loading branch information
Mats-SX committed Dec 9, 2024
1 parent 84874cd commit b3dbb8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ext {
gdsBaseVersion = '2.13.2'
gdsAuraDSVersion = '80'
gdsVersion = rootProject.hasProperty('aurads') ? gdsBaseVersion + "+${gdsAuraDSVersion}" : gdsBaseVersion
}

0 comments on commit b3dbb8e

Please sign in to comment.