Enable ImportCompilerArgumentsWithInvalidDependencies test
This commit is contained in:
-1
@@ -988,7 +988,6 @@ class GradleFacetImportTest : GradleImportingTestCase() {
|
|||||||
TestCase.assertEquals("1.1", holder.settings.languageVersion)
|
TestCase.assertEquals("1.1", holder.settings.languageVersion)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore //TODO enable this test after the Kotlin gradle plugin with required fixes is released
|
|
||||||
@Test
|
@Test
|
||||||
fun testImportCompilerArgumentsWithInvalidDependencies() {
|
fun testImportCompilerArgumentsWithInvalidDependencies() {
|
||||||
configureByFiles()
|
configureByFiles()
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3-SNAPSHOT")
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user