Archived
0

gradle: наводим порядок в зависимостях

This commit is contained in:
2021-04-29 23:23:21 +03:00
parent e72a8443cd
commit d4f7192e92
6 changed files with 27 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
//file:noinspection GrUnresolvedAccess
apply plugin: 'java'
apply plugin: 'java-library'
apply from: rootDir.toPath().resolve('libs.gradle').toFile()
String getProperty1(String propertyName1, String propertyName2) {