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
The reason is, that the files are not fetched in case of gradle builds, means also local gradle builds.
This comes very inconvenient and is also extreme confusing.
Wanted
A gradle build shall search for the ~/.sechub/sechub-developer.properties as well.
If its not existing, nothing shall happen.
Solution
Remove the special gradle handling
The text was updated successfully, but these errors were encountered:
Situation
With
it became clear that the filtering of integration tests is a problem for local IDE gradle based exeuction of tests.
While fixing it, another problem appeared:
~/.sechub/sechub-developer.properties
containing:
sechub.integrationtest.running=true
were still skipped after the fix.
Analyze
The reason is, that the files are not fetched in case of gradle builds, means also local gradle builds.
This comes very inconvenient and is also extreme confusing.
Wanted
A gradle build shall search for the
~/.sechub/sechub-developer.properties
as well.If its not existing, nothing shall happen.
Solution
Remove the special gradle handling
The text was updated successfully, but these errors were encountered: