Can you please help with which repository{} settings should be changed to local repositories, so that it is possible to build project in closed networks?
The problem is in trying download [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Download https://plugins.gradle.org/m2/org/gradle/kotlin/kotlin-dsl/org.gradle.kotlin.kotlin-dsl.gradle.plugin/5.2.0/org.gradle.kotlin.kotlin-dsl.gradle.plugin-5.2.0.pom' started - where is the setting that requires external URL for this dependency and why removing/replacing all mavenCentral() and gradlePluginPortal() did not help?
Thanks!
Can you please help with which repository{} settings should be changed to local repositories, so that it is possible to build project in closed networks?
The problem is in trying download
[DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Download https://plugins.gradle.org/m2/org/gradle/kotlin/kotlin-dsl/org.gradle.kotlin.kotlin-dsl.gradle.plugin/5.2.0/org.gradle.kotlin.kotlin-dsl.gradle.plugin-5.2.0.pom' started- where is the setting that requires external URL for this dependency and why removing/replacing allmavenCentral()andgradlePluginPortal()did not help?Thanks!