Skip to content

Enable Configuration Cache#218

Open
tmvkrpxl0 wants to merge 1 commit intohlysine:mainfrom
tmvkrpxl0:main
Open

Enable Configuration Cache#218
tmvkrpxl0 wants to merge 1 commit intohlysine:mainfrom
tmvkrpxl0:main

Conversation

@tmvkrpxl0
Copy link
Copy Markdown

@tmvkrpxl0 tmvkrpxl0 commented Apr 4, 2026

I was trying to include create connected using composite build and found out that Configuration Cache is explicitly disabled. and I fixed error that arised when I enabled it back. I am sending this PR in case the error is the only reason why is it disabled.

To explain why it failed, this part of the code:

    filesMatching(['META-INF/neoforge.mods.toml', 'pack.mcmeta']) {
        expand replaceProperties + [project: project]
    }

uses object project to replace "${project}" in those files. but I don't see mention of word project in both toml and mcmeta files. so it can be removed.

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.

1 participant