0

gradle: добавлена автоматизация версионирования

This commit is contained in:
2021-01-07 08:09:27 +03:00
parent 368c495886
commit 97bf4b93f1
3 changed files with 699 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ plugins {
}
apply plugin: LibsPlugin
apply plugin: LogicPlugin
def publishScript = file(rootProject.getProjectDir().getPath() + '/publish.gradle')
if (publishScript.exists()) {