Skip to content

Commit

Permalink
Merge pull request #192 from ytai/version-in-jar
Browse files Browse the repository at this point in the history
Version info in jar
  • Loading branch information
hannesa2 authored Sep 7, 2020
2 parents 706d8f8 + a64fcef commit d352f93
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ buildscript {

allprojects {
group = 'com.github.ytai.ioio'
version = 5.07
version = getTag()
ext.versionNamespace = 'IOIO'
ext.versionString = sprintf("%s%02d%02d",
versionNamespace,
(int) version,
((int) (version * 100)) % 100)
ext.versionString = sprintf("%s%s", versionNamespace, version)
}

subprojects {
Expand Down

0 comments on commit d352f93

Please sign in to comment.