Minor fixes of android test project
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@ abstract class AbstractKotlinAndroidGradleTests(
|
||||
project.build("build") {
|
||||
assertSuccessful()
|
||||
assertContains(":Lib:compileReleaseKotlin",
|
||||
":Test:compileReleaseKotlin",
|
||||
":Test:compileDebugKotlin",
|
||||
":compileFlavor1DebugKotlin",
|
||||
":compileFlavor2DebugKotlin",
|
||||
":compileFlavor1JnidebugKotlin",
|
||||
@@ -51,7 +51,7 @@ abstract class AbstractKotlinAndroidGradleTests(
|
||||
project.build("build", "--rerun-tasks") {
|
||||
assertSuccessful()
|
||||
assertContains(":Lib:compileReleaseKotlin",
|
||||
":Test:compileReleaseKotlin",
|
||||
":Test:compileDebugKotlin",
|
||||
":compileFlavor1DebugKotlin",
|
||||
":compileFlavor2DebugKotlin",
|
||||
":compileFlavor1JnidebugKotlin",
|
||||
|
||||
+1
-1
@@ -17,5 +17,5 @@ android {
|
||||
}
|
||||
|
||||
targetProjectPath ':Android'
|
||||
targetVariant 'debug'
|
||||
targetVariant 'flavor1Debug'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user