retrooper / packetevents

Precision meets performance—a powerful tool for mastering Minecraft packet manipulation with speed and finesse.
GNU General Public License v3.0
563 stars 152 forks source link

Gradle, and shadow update #935

Closed rafi67000 closed 3 months ago

rafi67000 commented 3 months ago

I updated gradle to 8.9, and switched from io.github.goooler.shadow to com.gradleup.shadow as it's the maintained one. More info here I tested and everything compiled successfully. which you can check here

booky10 commented 3 months ago

Your gradle update is incomplete, you additionally need to update the gradle version in build.gradle.kts and then run the gradle wrapper task

rafi67000 commented 3 months ago

You're right sorry. I forgot about that.

rafi67000 commented 3 months ago

ok, now it's correct xD

jonesdevelopment commented 3 months ago

lgtm

booky10 commented 3 months ago

please update to gradle 8.10 if you find some time

rafi67000 commented 3 months ago

please update to gradle 8.10 if you find some time

done