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

Remote cache push option is ignored by the plugin #15

Closed
darvld opened this issue Jul 2, 2023 · 0 comments · Fixed by #16
Closed

Remote cache push option is ignored by the plugin #15

darvld opened this issue Jul 2, 2023 · 0 comments · Fixed by #16
Assignees
Labels
bug Something isn't working

Comments

@darvld
Copy link
Member

darvld commented Jul 2, 2023

Disabling pushes to the remote cache in the plugin configuration has no effect, this is an issue with the plugin, as it is not passing the correct remote cache configuration to Gradle.

Reproducing

To reproduce, add the following to settings.gradle.kts, then build the project, Gradle will still push entries to the remote cache:

// settings.gradle.kts

buildless {
  remoteCache {
    // disable pushing to remote cache
    push = false 
  }
}
@darvld darvld added the bug Something isn't working label Jul 2, 2023
@darvld darvld self-assigned this Jul 2, 2023
@sgammon sgammon mentioned this issue Dec 4, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant