jixxed / ed-odyssey-materials-helper

Elite Dangerous Odyssey Materials Helper
200 stars 32 forks source link

bintray download failure #87

Closed jnorthrup closed 1 year ago

jnorthrup commented 1 year ago

jim@gentoo ~/work/ed-odyssey-materials-helper $ ./gradlew install Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100%

Welcome to Gradle 7.4.2!

Here are the highlights of this release:

For more details see https://docs.gradle.org/7.4.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

Task :bootstrap:compileJava FAILED

Task :application:compileJava Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 25s 3 actionable tasks: 3 executed

jnorthrup commented 1 year ago

this link may be relevant

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

jixxed commented 1 year ago

the bintray repo is probably no longer needed and can be removed. you also probably don't need the bootstrap project if you are running from source.

jnorthrup commented 1 year ago

@jixxed was this issue closed in response to a change that makes gradle install work? im not sure how one runs from source, maybe a line in the README or a wiki entry perhaps?

jixxed commented 1 year ago

The issue was closed based on the description you gave. the bintray repo has been removed. you can find releases here: https://github.com/jixxed/ed-odyssey-materials-helper/releases I don't know what you are trying to achieve by running from source? The discord is a good place to help you get setup for whatever you are trying to achieve.