Rollczi / LiteCommands

☄️ LiteCommands - Command framework for Velocity, Bukkit, Paper, BungeeCord, Minestom, Sponge, Fabric, JDA and future implementations.
https://docs.rollczi.dev/
Apache License 2.0
147 stars 21 forks source link

GH-485 Fix the error where Gradle can only be used normally #485

Closed huanmeng-qwq closed 1 week ago

huanmeng-qwq commented 2 weeks ago

run-task#88

Rollczi commented 1 week ago

Thanks @huanmeng-qwq, I don't want to define any plugins in main build.gradle.kts file. The problem was the plugin version declared in the example: image

After this commit there should be no problem with gradle:

image