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
When I build my project with Gradle 7.6 and Java 11, found that this plugin ended with the following exception:
* What went wrong:
Gradle could not start your build.
> Could not create service of type BuildCacheController using .createBuildCacheController().
> When specifying a JSON credential type, the subject_token_field_name must be set.
Note that the credential was generated by WIF like below:
Hello 👋,
When I build my project with Gradle 7.6 and Java 11, found that this plugin ended with the following exception:
Note that the credential was generated by WIF like below:
The root cause seems to be that
google-auth-library-java
used by this plugin isv1.0.0
, and does not contain the bugfix released in 1.4.0.I'll try to find a way to fix this issue later, but let me open an issue for sharing. Thank you!
The text was updated successfully, but these errors were encountered: