KT-52647 remove "projects must be configuring" check
This commit is contained in:
-3
@@ -240,9 +240,6 @@ internal class KotlinRootNpmResolver internal constructor(
|
|||||||
*/
|
*/
|
||||||
internal fun prepareInstallation(logger: Logger): Installation {
|
internal fun prepareInstallation(logger: Logger): Installation {
|
||||||
synchronized(projectResolvers) {
|
synchronized(projectResolvers) {
|
||||||
check(state == RootResolverState.CONFIGURING) {
|
|
||||||
"Projects must be configuring"
|
|
||||||
}
|
|
||||||
state = RootResolverState.PROJECTS_CLOSED
|
state = RootResolverState.PROJECTS_CLOSED
|
||||||
|
|
||||||
val projectResolutions = projectResolvers.values
|
val projectResolutions = projectResolvers.values
|
||||||
|
|||||||
Reference in New Issue
Block a user