abdolence / sbt-gcs-resolver

SBT plugin for Google Cloud Storage (GCS) and Google Artifact Registry with Coursier support
Apache License 2.0
28 stars 7 forks source link

chore: drop unnecessary implementation #44

Open i10416 opened 1 year ago

i10416 commented 1 year ago

It seems GcsArtifactRegistryUrlConnection exists only for preventing url with artifact-registry:// protocol from raising runtime error.

abdolence commented 1 year ago

I think it is used for resolving/downloading stuff from sbt (coursier config). Also people actually using that class in some kind of extensions, so I'd prefer not to remove functionality until I can confirm it is not used :)

i10416 commented 1 year ago

Okey. I will convert this PR back to draft.