JorelAli / CommandAPI

A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
https://commandapi.jorel.dev
MIT License
504 stars 60 forks source link

The documentation should update its instructions for Gradle shadow for Java 21 #567

Open JorelAli opened 2 weeks ago

JorelAli commented 2 weeks ago

Documentation URL

https://commandapi.jorel.dev/9.5.0/setup_shading.html#shading-with-gradle

What the documentation currently says

The documentation declares this:

plugins {
    id 'java'
    id 'com.github.johnrengelman.shadow' version '7.1.2'
}

This is incompatible with Java 21

Proposed fix

We should look at pointing to the Goooler shadow fork

  id 'java'
  id 'io.github.goooler.shadow' version '8.1.7'