Build: Move dependencies.properties to the root build directory

This commit is contained in:
Vyacheslav Gerasimov
2019-09-05 17:21:15 +03:00
parent 20626e4aaf
commit 50eb98194a
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
}
val versions by configurations.creating
val versionFilePath = "$rootDir/dependencies/dependencies.properties"
val versionFilePath = "${rootProject.buildDir}/dependencies.properties"
val ideaVersion = findProperty("versions.intellijSdk").toString()
val markdownVersion = findProperty("versions.markdown").toString()