SKCraft / Launcher

🚀 Distribute your Minecraft modpacks with a custom launcher
Other
620 stars 433 forks source link

Fix Gradle warnings about "Execution optimizations" and dependencies #485

Closed Dreytac closed 2 years ago

Dreytac commented 2 years ago

This fixes the "execution optimization" warnings and the "launcher-builder" project failing to build correctly. This appears to fix #484.

Dreytac commented 2 years ago

The launcher-builder failing specifically required the compileJava dependency in the creator-tools project.

hedgehog1029 commented 2 years ago

Should be possible to optimize this using the subprojects block, lemme give it a go

hedgehog1029 commented 2 years ago

Cleaned up and turned into 13b6a77d7780aa4eb51fd5d7bf92ebb1d6ef0a7a, thanks!