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
After 535705a the e2e-tests fails with 401 Unauthorized. Some quick debugging shows that null values are passed for credentials. To be verified if there is problem with passing the values from e2e-tests or (rather) how to fix a regression which might affect also regular plugin users.
The text was updated successfully, but these errors were encountered:
* Bump minimum version to Gradle 6.1
* Use build service all the way (Gradle 6.1)
* Bump minimum version to Gradle 6.2
* Use providers.gradleProperty (Gradle 6.2)
* forUseAtConfigurationTime compatibility
* Use full plugin name in error message
Co-authored-by: Róbert Papp <[email protected]>
* Revert "Use providers.gradleProperty (Gradle 6.2)" to not run into #267
This reverts commit f658356
---------
Co-authored-by: Marcin Zajączkowski <[email protected]>
After 535705a the e2e-tests fails with 401 Unauthorized. Some quick debugging shows that
null
values are passed for credentials. To be verified if there is problem with passing the values from e2e-tests or (rather) how to fix a regression which might affect also regular plugin users.The text was updated successfully, but these errors were encountered: