3arthqu4ke / headlessmc

Minecraft on the command line
https://3arthqu4ke.github.io/headlessmc/
MIT License
155 stars 18 forks source link

Update shadow plugin #177

Closed andrew121410 closed 2 months ago

andrew121410 commented 2 months ago

Just updates the shadow plugin to the latest.

The repo was moved to https://github.com/GradleUp/shadow

I tried to attempt to switch to https://plugins.gradle.org/plugin/io.freefair.lombok for the lombok plugin but I kind of gave up as I don't understand how to fix your delombok task lol.

3arthqu4ke commented 2 months ago

Thanks! Yeah, I would actually like to get rid of the delombok task but IntelliJ is bad at viewing lomboked sources. Also, I just realized that lately the lombok task hasnt been working because I put javadoc and sourcesJar inside it... Will fix in a sec.