Commit 544333d
committed
Fixed incorrect lookup of gradle properties file
Prior, tests couldn't reach the configured server, because the custom URL
and credentials are simply ignored.
247d085 introduced an alternative parsing of the same values, but from
.gradle/config.properties.
Later, 5fd2e29 came and changed that testInstrumentationRunnerArgument
wasn't taking these values from the gradle.properties but instead from the
otherwise unused config.properties.
Signed-off-by: Philipp Hasper <[email protected]>1 parent 60af971 commit 544333d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments