[Build] Fix a bunch of buildscript compilation warnings
#KTI-1221 Fixed
This commit is contained in:
committed by
Space Team
parent
46e83ef7da
commit
a93c49baf1
@@ -4,6 +4,7 @@ idePluginDependency {
|
||||
val embeddedDependencies = rootProject.extra["kotlinJpsPluginEmbeddedDependencies"] as List<String>
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
val mavenDependencies = rootProject.extra["kotlinJpsPluginMavenDependencies"] as List<String>
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
val mavenDependenciesLibs = rootProject.extra["kotlinJpsPluginMavenDependenciesNonTransitiveLibs"] as List<String>
|
||||
|
||||
val otherProjects = listOf(":jps:jps-plugin", ":jps:jps-common")
|
||||
|
||||
Reference in New Issue
Block a user