Mercurial > pub > ImplabJs
view build.gradle @ 34:27e8e9e38e07 default tip
Слияние
author | nickolay |
---|---|
date | Wed, 05 Jun 2019 20:44:15 +0300 |
parents | 40d2e49a7219 |
children |
line wrap: on
line source
version = "${majorVersion}.${minorVersion}.${patchVersion}" if (suffixVersion) { version += "-$suffixVersion" } subprojects { version = rootProject.version } task build(type: Copy) { }