Kopamed / Raven-bPLUS

Raven b+ : Raven b3 but better.
https://ravenbplus.cf/
GNU General Public License v3.0
288 stars 119 forks source link

Build Failed #157

Open arrayffs opened 1 year ago

arrayffs commented 1 year ago

Describe the bug So when i try building the gradle project, it fails

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior I hoped the build would go wihout problems

Screenshots 2022-08-14_20-34

Desktop (please complete the following information):

Additional context I would really need help, im trying to rework the gui to it being more user friendly

okdargy commented 1 year ago

Having this same issue

C:\Users\Steve\Desktop\Mods\Raven-bPLUS>gradle build

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Raven-bPLUS'.
> Could not resolve all dependencies for configuration ':classpath'.
   > Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'forge(http://files.minecraftforge.net/maven)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.5.1/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.

* 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

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.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1s
ghost commented 1 year ago

use intelliJ idea 2022(select gradle project if it gives option after choosing the repo) . Eclipse ide gives a TON of errors (idk why)

also the error might be due to an old gradle version try updating it if the above method does not solve your problem