Skip to content

Commit

Permalink
Fix project version reference (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc authored Mar 15, 2022
1 parent 4321aa0 commit 82636e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (!project.hasProperty('profile')) {
apply from: "${profile}Deps.gradle"

def archiveVer = null
def verBits = project.version.split('-')
def verBits = scmVersion.version.split('-')
def javaVersion = 'j' + profile.charAt(4)
if (verBits.length > 1) {
if (verBits[1].equals(javaVersion)) {
Expand Down

0 comments on commit 82636e0

Please sign in to comment.