Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Resolver.bintrayRepo("buildo", "maven") is missing #1

Closed
calippo opened this issue Sep 22, 2016 · 1 comment
Closed

Resolver.bintrayRepo("buildo", "maven") is missing #1

calippo opened this issue Sep 22, 2016 · 1 comment
Labels

Comments

@calippo
Copy link
Member

calippo commented Sep 22, 2016

story

  • as a user of the plugin I don't want to remember to include buildo-maven in the resolvers list so that I don't waste time.

description

Either embed Resolver.bintrayRepo("buildo", "maven") or include it in the readme.md e.g.

inThisBuild(Seq(
  name := "nozzletest",
  resolvers += Resolver.bintrayRepo("buildo", "maven"),
  libraryDependencies ++= defaultDependencies
))
@calippo calippo added the defect label Sep 22, 2016
@gabro
Copy link
Member

gabro commented Sep 23, 2016

right, the real question is, why aren't all our libraries linked to JCenter? I'll investigate. In the meantime, we can add the resolver to this plugin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants