This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sigh renew password set through environment
Description =========== This is a small patch which only involves to bump `com.wooga.gradle:gradle-commons` to min version `1.5.1`. We need the functionality of the `ExecSpec`/`ProcessExecutor` to handle environment values correctly. The latest version had a bug and was not pushing the values provided in the environment map to the executable. I adjusted the tests to actually test the values being passed to the called process instead of checking the task properties only. Changes ======= * ![FIX] sigh renew password set through environment
- Loading branch information
Showing
3 changed files
with
36 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters