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. |
0 replies
|
@oldergod yes, I understand that. But may be you can guide me a little, please? Thank you! |
0 replies
|
Let's look at Gradle's doc https://docs.gradle.org/current/userguide/userguide.html |
0 replies
|
I've fixed most repository settings, yet there is an error I cannot understand. Could someone elaborate, please? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
All reactions