MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Add option for default Gradle version

Open jwpjrdev opened this issue 4 years ago • 3 comments
trafficstars

Every time I create a project with Minecraft Development I use Gradle and then go into gradle-wrapper.properties to use a newer version. It would be real great if we had a setting somewhere to set the default version used in new projects, or at least the distributionURL.

jwpjrdev avatar Feb 19 '21 19:02 jwpjrdev

The default appears to be 5.6.1.

jwpjrdev avatar Feb 19 '21 19:02 jwpjrdev

This is complicated because ForgeGradle is extremely sensitive to Gradle versions and frequently breaks when run on a different version. I have no idea how fragile or not Fabric's tooling is - Buckkit/Paper and Sponge should be fine to be latest thoough.

DenWav avatar Apr 06 '21 20:04 DenWav

Interesting. I propose that we, by default, make the version configurable in the GUI unless Forge is selected, in which case it is grayed out with a message explaining it.

On Apr 6 2021, at 4:34 pm, Kyle Wood @.***> wrote:

This is complicated because ForgeGradle is extremely sensitive to Gradle versions and frequently breaks when run on a different version. I have no idea how fragile or not Fabric's tooling is - Buckkit/Paper and Sponge should be fine to be latest thoough. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/minecraft-dev/MinecraftDev/issues/829#issuecomment-814420788), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AJJZWYUD2OYVF76LYEJ2KVLTHNV4HANCNFSM4X45WSQA).

jwpjrdev avatar Apr 06 '21 22:04 jwpjrdev