[Gradle] Remove unnecessary comment
^KT-43293
This commit is contained in:
-2
@@ -81,8 +81,6 @@ class ConfigurationCacheIT : AbstractConfigurationCacheIT() {
|
|||||||
@GradleTest
|
@GradleTest
|
||||||
fun testNativeTasks(gradleVersion: GradleVersion) {
|
fun testNativeTasks(gradleVersion: GradleVersion) {
|
||||||
project("native-configuration-cache", gradleVersion) {
|
project("native-configuration-cache", gradleVersion) {
|
||||||
// testConfigurationCacheOf("build", checkUpToDateOnRebuild = false)
|
|
||||||
|
|
||||||
val buildOptions = buildOptions.copy(
|
val buildOptions = buildOptions.copy(
|
||||||
configurationCache = true,
|
configurationCache = true,
|
||||||
configurationCacheProblems = BaseGradleIT.ConfigurationCacheProblems.FAIL,
|
configurationCacheProblems = BaseGradleIT.ConfigurationCacheProblems.FAIL,
|
||||||
|
|||||||
-1
@@ -188,7 +188,6 @@ internal open class CInteropCommonizerTask
|
|||||||
return suitableGroups.firstOrNull()
|
return suitableGroups.firstOrNull()
|
||||||
}
|
}
|
||||||
|
|
||||||
//@Internal
|
|
||||||
private val allDependents: Set<CInteropCommonizerDependent> by lazy {
|
private val allDependents: Set<CInteropCommonizerDependent> by lazy {
|
||||||
val multiplatformExtension = project.multiplatformExtensionOrNull ?: return@lazy emptySet()
|
val multiplatformExtension = project.multiplatformExtensionOrNull ?: return@lazy emptySet()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user