You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with system properties not being applied on configuration reading.
Previously, when you run profiler with some scenario and add system property with -Dkey=value. This property would not be passed to a configurationReader. So in our case, nexus credentials were not provided and :help task in the configuration reader couldn't be executed.
I've added an additional parameter to a BuildConfigurationReader, so it taking into account system properties.
Signed-off-by: Maksim Turaev <[email protected]>
0 commit comments