Archived
0

перенос кода в подмодуль

This commit is contained in:
2021-04-26 15:02:54 +03:00
parent 65a2f4ef81
commit 38091e8685
31 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
apply plugin: 'java'
String getProperty1(String propertyName1, String propertyName2) {
return (String) (project.hasProperty(propertyName1) ? project.property(propertyName1) : project.property(propertyName2))
}