We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5872a commit c403addCopy full SHA for c403add
android-junit5/src/test/groovy/de/mannodermaus/gradle/plugins/android_junit5/util/TestEnvironment.groovy
@@ -55,7 +55,7 @@ class TestEnvironment {
55
File localPropsFile = new File(rootFile, ANDROID_SDK_FILE_NAME)
56
if (!localPropsFile.exists()) {
57
throw new AssertionError(
58
- "'sdk.dir' couldn't be found. Either local.properties file in folder '${projectRoot.absolutePath}' is missing, " +
+ "'sdk.dir' couldn't be found. Either local.properties file in folder '${rootFile.absolutePath}' is missing, " +
59
"or it doesn't include the required 'sdk.dir' statement!")
60
}
61
def sdkFolderProp = localPropsFile.readLines()
0 commit comments