Skip to content

Commit

Permalink
More accurate release check.
Browse files Browse the repository at this point in the history
Signed-off-by: Abdalrhman M Mohamed <[email protected]>
  • Loading branch information
abdoo8080 committed Jan 14, 2021
1 parent 1cf07b3 commit 2313dab
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 @@ -7,7 +7,7 @@ plugins {

group = 'edu.uiowa.cs.clc'
version = gitVersion()
ext.isReleaseVersion = version.matches("[0-9].[0-9].[0-9]")
ext.isReleaseVersion = version.matches("[0-9]+.[0-9]+.[0-9]+")

repositories {
mavenCentral()
Expand Down

0 comments on commit 2313dab

Please sign in to comment.