Skip to content

Conversation

@aaron-steinfeld
Copy link
Contributor

Description

I'm trying to find a way so the settings-gradle.lockfile that is generated can be ignored... The issue is that it's read in first thing (e.g. can't delete it in time at beginning of build) and written out last (no hooks to delete after written).

This attempt was the closest I can come up with - it deletes the file at the end of the build, but that still means it'll show up if writing locks until the following build. Leaving this in draft right now until I can come up with better way (open to suggestions!)

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