Skip to content

Conversation

@ScribbleTAS
Copy link
Member

For once, gradle 9 actually does something useful.

Adding org.gradle.configuration-cache=true will instruct gradle to cache the config stage of any task. This is super helpful, as each new Minecraft version adds half a second each time you run a preprocessing command.

However this means I finally had to convert all this.getProject() into "task inputs"... Searching gradle docs is as always a pain, but this is worth the effort.

@ScribbleTAS ScribbleTAS self-assigned this Dec 14, 2025
Copy link
Member

@PancakeTAS PancakeTAS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interestingly I remember the configuration cache being an experimental thing for a whiiile, I guess it's stable now.

what's this odd codestyle with a triple-slash at the end of a comment line? also please check your tabs..

@ScribbleTAS ScribbleTAS disabled auto-merge December 14, 2025 19:31
@ScribbleTAS ScribbleTAS merged commit a3998bf into MinecraftTAS:develop Dec 14, 2025
2 checks passed
@ScribbleTAS ScribbleTAS deleted the update/gradle9 branch December 14, 2025 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants