Kopamed / Raven-bPLUS

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

[suggestion] please make an already compiled java file #72

Closed wipsk closed 2 years ago

wipsk commented 2 years ago

doing the whole gradel thing never works for me also the website dosent work

ULTRAPranvv commented 2 years ago

@wipsk Here is the download for it https://github.com/Kopamed/Raven-bPLUS/files/7698160/Raven.b%2B.zip

drkhn1234 commented 2 years ago

doing the whole gradel thing never works for me also the website dosent work

Hiya, I might have known what cause the problem with gradle build system. The project is bundled with a gradle wrapper (which is to make it portable so you do not have to install all of the gradle dependencies that are required for other stuff like developing, etc.) which is also called by the name "./gradlew" ('w' at the end stands for the wrapper), but is an old version that is 4.4 from 2015 which doesn't support any java 11 and newer hence why you may have build issues while you run the wrapper script. You might want to go installing java version that is older than JAVA 11, something like Java 8 should be fine, and try running the script for build.

KadirFFM commented 2 years ago

If you use an IDEA you can try to build the Gradle project via your IDEA.

182exe commented 2 years ago

Have you tried looking harder into the git repository?

Nukemo commented 2 years ago

https://github.com/Kopamed/Raven-bPLUS/tree/main/build/libs

Nukemo commented 2 years ago

🤡

wipsk commented 2 years ago

yeah i was blind

182exe commented 2 years ago

yeah i was blind

Ur fine, we all make mistakes :)