Kotlin Gradle Plugin integration tests - ensure Android sdk...
... licenses are accepted before running the test build.
This commit is contained in:
committed by
TeamCityServer
parent
f26059a7d3
commit
3e1cf77f54
+1
-1
@@ -1177,7 +1177,7 @@ class KotlinGradleIT : BaseGradleIT() {
|
||||
":lib1:compileDebugUnitTestKotlin",
|
||||
options = defaultBuildOptions().copy(
|
||||
androidGradlePluginVersion = AGPVersion.v4_2_0,
|
||||
androidHome = KtTestUtil.findAndroidSdk(),
|
||||
androidHome = KtTestUtil.findAndroidSdk().also { acceptAndroidSdkLicenses(it) },
|
||||
),
|
||||
) {
|
||||
assertSuccessful()
|
||||
|
||||
Reference in New Issue
Block a user