Added Windows default paths for docker.exe and docker-compose.exe
Before this PR
this docker-compose-rule not working out of the box with windows machines, cause there are no default path to docker executables
After this PR
now it should work with windows
Possible downsides?
didn't find any downsides
Generate changelog in changelog/@unreleased
changelog/@unreleasedType
- [ ] Feature
- [X] Improvement
- [ ] Fix
- [ ] Break
- [ ] Deprecation
- [ ] Manual task
- [ ] Migration
Description
Before this PR
this docker-compose-rule not working out of the box with windows machines, cause there are no default path to docker executables
After this PR
now it should work with windows
Possible downsides?
didn't find any downsides
Check the box to generate changelog(s)
- [ ] Generate changelog entry
@tifoha thanks for the contribution! There was a flake in the build that was resolved by https://github.com/palantir/docker-compose-rule/pull/320, you'll want to rebase your branch to pick up the fix
I merged changes upstream into my fork. Also I fixed warnings from gradle about using Guava Concurent hash set instead of standard JDK. @ferozco Can you review my changes?