Hexeption / MCP-Reborn

MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.20.1)
Other
940 stars 122 forks source link

build.gradle not working (1.20) #307

Closed VadSzil42 closed 4 months ago

VadSzil42 commented 7 months ago

Hi all! I ran build.gradle with Gradle 8.5 and got the following error: Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Starting a Gradle Daemon (subsequent builds will be faster) Configuration on demand is an incubating feature.

Configure project : Java: 17.0.8 JVM: 17.0.8+7-Debian-1(Debian) Arch: amd64

FAILURE: Build failed with an exception.

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

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

For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 28s

System specs: Kali Linux 2023.4 with Gradle 8.5 and Java 17.0.8 HP ProLiant ML310e Gen8 v2 Let me know if you need more info!

Please reply soon!

yusufumben09 commented 6 months ago

same

TeaLoverWithPing commented 5 months ago

same

SchoolTARMaster commented 5 months ago

Don’t run gradle build.gradle, instead run gradle build.

SchoolTARMaster commented 5 months ago

I mean use the gradle wrapper

VadSzil42 commented 5 months ago

Thx will check it

SchoolTARMaster commented 5 months ago

Note use ./gradlew build on linux. Any other task, use ./gradlew <task name>.

VadSzil42 commented 4 months ago

@SchoolTARMaster thanks it worked

SchoolTARMaster commented 4 months ago

@SchoolTARMaster thanks it worked

Your welcome.