OAuth2 authentication for remote repositories

Hi There,

Very new to using Gradle, but so far it has been very helpful!

I did have one question on using OAuth2 to authenticate to a remote repository. Namely, I want to use Google Cloud Storage to mimic a Maven repo, but ACL restrict it to certain users based on their Google accounts.

Firstly, is this possible? I.e. can the remote repository resolution of Gradle be authenticated via OAuth2 or some other method. If not, are there plans to add this functionality?

Many Thanks

Currently this is not possible. We want to potentially support more authentication schemes but there are no plans to support OAuth2 at this time.