Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruthless cannot save build log to file #43

Open
LajosCseppento opened this issue Jun 24, 2022 · 0 comments
Open

Ruthless cannot save build log to file #43

LajosCseppento opened this issue Jun 24, 2022 · 0 comments
Assignees

Comments

@LajosCseppento
Copy link
Owner

LajosCseppento commented Jun 24, 2022

This is a known issue and waiting for a Gradle release. See also gradle/gradle#20151

Ruthless sometimes might send a warning that it cannot save build output to file. This is due to Gradle's buildFinished deprecation in Gradle 7.4. Ruthless overcomes this by using a BuildService, however, at this the point is not possible cannot access Settings or Gradle objects from shared build services. To share the Settings object with the build service, Ruthless is using a static in-memory map, which to my knowledge works, but probably not 100% reliable as it is not using the Gradle API.

Related to #35

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

No branches or pull requests

1 participant