Mercurial > pub > ImplabJs
diff build.gradle @ 34:27e8e9e38e07 default tip
Слияние
author | nickolay |
---|---|
date | Wed, 05 Jun 2019 20:44:15 +0300 |
parents | 40d2e49a7219 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build.gradle Wed Jun 05 20:44:15 2019 +0300 @@ -0,0 +1,11 @@ +version = "${majorVersion}.${minorVersion}.${patchVersion}" +if (suffixVersion) { + version += "-$suffixVersion" +} + +subprojects { + version = rootProject.version +} + +task build(type: Copy) { +} \ No newline at end of file