Replies: 4 comments
-
|
Wire is not made to work in a closed network. There are hundreds of dependencies which are downloaded from the network when built. |
Beta Was this translation helpful? Give feedback.
-
|
@oldergod yes, I understand that. But may be you can guide me a little, please? Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Let's look at Gradle's doc https://docs.gradle.org/current/userguide/userguide.html |
Beta Was this translation helpful? Give feedback.
-
|
I've fixed most repository settings, yet there is an error I cannot understand. Could someone elaborate, please? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions