aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
AgeCommit message (Collapse)Author
2023-09-09Fix macOS crash automatically and remove server run configILikePlayingGames
2023-08-26Use proper resources dirnea
2023-08-12Fix mixin being added to launch arguments twiceILikePlayingGames
The loom mixin extension adds the mixin to the launch arguments automatically. Adding it in the launch config causes the argument to be added twice, which breaks launch logic. Adding the argument twice causes the first command line argument after the second mixin addition to be parsed incorrectly and therefore ignored.
2023-07-02Update dependencies and fix bugsILikePlayingGames
- Update Gradle to 8.2-bin - Update Shadow to 8.1.1 - Update DevAuth to 1.1.2 - Update Mixin to 0.8.5 - Add some missed property substitutions
2023-06-28Add template repository workflownea
2023-05-25Add constants to buildscript to allow easier setupWalker Selby
Refactor to create constants for common values to be replaced Signed-off-by: Walker Selby <git@walkerselby.com>
2023-04-29Move intermediary jars to extra directorynea
2022-09-02Add log config and fix warningsILikePlayingGames
- Add log config to filter Hypixel scoreboard and sound errors - Fix devauth warning and shadowImpl type warning
2022-08-20Use java instead of kotlin class root for resourcesRoman / Nea
2022-07-21Initial commitnea