Skip to content

Commit

Permalink
#54: fix project version
Browse files Browse the repository at this point in the history
  • Loading branch information
gessnerfl committed Apr 15, 2022
1 parent dde01f5 commit 895a44b
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 @@ -19,7 +19,7 @@ scmVersion {

group = 'de.gessnerfl'
description = """Fake SMTP Server :: Simple SMTP Server which stores emails in memory and lists email in a web ui"""
project.version = findProperty 'projectVersion' ?: scmVersion.version
project.version = project.findProperty('projectVersion') ?: scmVersion.version
project.archivesBaseName = 'fake-smtp-server'

ext.scmUrl = 'git@github.com:gessnerfl/fake-smtp-server.git'
Expand Down

0 comments on commit 895a44b

Please sign in to comment.