This commit is contained in:
Feruz 2019-08-08 13:34:58 +03:00
parent 52cd568446
commit 1a09e460e0

View File

@ -65,6 +65,5 @@ subprojects {project ->
versionMajor = npmVersion[0]
versionMinor = npmVersion[1]
versionPatch = npmVersion[2]
buildNum = Integer.valueOf(System.env.BUILD_NUMBER ?: 1)
}
}