A problem occurred evaluating project ':lwjgl3'.
> Could not resolve all files for configuration ':lwjgl3:runtimeClasspath'.
> Could not resolve com.github.antzGames:gdx-ode4j:master-SNAPSHOT.
Required by:
project :lwjgl3 > project :core
> Could not resolve com.github.antzGames:gdx-ode4j:master-SNAPSHOT.
> Could not get resource 'https://jitpack.io/com/github/antzGames/gdx-ode4j/master-SNAPSHOT/gdx-ode4j-master-eaa6a03aca-1.module'.
> Could not GET 'https://jitpack.io/com/github/antzGames/gdx-ode4j/master-SNAPSHOT/gdx-ode4j-master-eaa6a03aca-1.module'.
> Read timed out
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
есть идеи? после добавления этой строки в зависимости я сохраняю файл
это github с необходимой мне библиотекой для libgdx https://github .com/antzGames/gdx-ode4j
я пытаюсь добавить новую зависимость, в зависимостях build.gradle это gdx-ode4j
я добавил реализацию строки «com.github.antzGames:gdx-ode4j:master- SNAPSHOT:sources" в мои зависимости, обновите gradle, но возникает эта ошибка
[code]A problem occurred evaluating project ':lwjgl3'. > Could not resolve all files for configuration ':lwjgl3:runtimeClasspath'. > Could not resolve com.github.antzGames:gdx-ode4j:master-SNAPSHOT. Required by: project :lwjgl3 > project :core > Could not resolve com.github.antzGames:gdx-ode4j:master-SNAPSHOT. > Could not get resource 'https://jitpack.io/com/github/antzGames/gdx-ode4j/master-SNAPSHOT/gdx-ode4j-master-eaa6a03aca-1.module'. > Could not GET 'https://jitpack.io/com/github/antzGames/gdx-ode4j/master-SNAPSHOT/gdx-ode4j-master-eaa6a03aca-1.module'. > Read timed out
* Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. [/code] есть идеи? после добавления этой строки в зависимости я сохраняю файл
это github с необходимой мне библиотекой для libgdx https://github .com/antzGames/gdx-ode4j