Suppress deprecations for MavenPluginConfiguratorG6

This allowed to enable warning-as-errors for :k-g-p:main compilation

^KT-47047 In Progress
This commit is contained in:
Yahor Berdnikau
2022-05-30 11:31:22 +02:00
committed by Space
parent eabf6dac7f
commit 1be8480aed
2 changed files with 1 additions and 2 deletions
@@ -152,7 +152,6 @@ fun Project.configureKotlinCompilationOptions() {
// TODO: fix remaining warnings and remove this property.
val tasksWithWarnings = listOf(
":kotlin-gradle-plugin:compileKotlin",
":kotlin-gradle-plugin:compileCommonKotlin",
":kotlin-gradle-plugin:compileGradle70Kotlin"
)