Скопируйте плагины Android Studio в автономную сеть ⇐ Android
Скопируйте плагины Android Studio в автономную сеть
I have a gradle project which I've transferred to a network that has no internet access. To resolve all of my dependencies, I've grabbed the files in ~/.gradle/caches/modules-2/files-2.1 and pushed them to my network's Artifactory.
However, when I run ./gradlew build, I get the error
* What went wrong Plugin [id: 'com.android.application', version: '8.2.1', apply: false] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Plugin Repositories (could not resolve plugin artifact 'com.android.application:com.android.application.gradle.plugin:8.2.1') Searched in the following repositories: my-repo(https://my.artifactory/my-repo/gradle) In my-repo, I have the following:
gradle/ com.android.application/ com.android.application.gradle.plugin/ 8.2.1/ / com.android.application.gradle.plugin-8.2.1.pom How can I get gradle to find the plugin?
Источник: https://stackoverflow.com/questions/780 ... ne-network
I have a gradle project which I've transferred to a network that has no internet access. To resolve all of my dependencies, I've grabbed the files in ~/.gradle/caches/modules-2/files-2.1 and pushed them to my network's Artifactory.
However, when I run ./gradlew build, I get the error
* What went wrong Plugin [id: 'com.android.application', version: '8.2.1', apply: false] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Plugin Repositories (could not resolve plugin artifact 'com.android.application:com.android.application.gradle.plugin:8.2.1') Searched in the following repositories: my-repo(https://my.artifactory/my-repo/gradle) In my-repo, I have the following:
gradle/ com.android.application/ com.android.application.gradle.plugin/ 8.2.1/ / com.android.application.gradle.plugin-8.2.1.pom How can I get gradle to find the plugin?
Источник: https://stackoverflow.com/questions/780 ... ne-network
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Как создать автономную веб -страницу, если соединение с сервером потеряно
Anonymous » » в форуме Php - 0 Ответы
- 37 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Как создать автономную веб -страницу, если соединение с сервером потеряно
Anonymous » » в форуме Html - 0 Ответы
- 14 Просмотры
-
Последнее сообщение Anonymous
-