Open iRevive opened 2 years ago
Hi @djspiewak , can we merge and publish this change?
Was debugging an issue with IntelliJ and was thinking the exact same solution as @iRevive suggests here.
Many thanks.
@iRevive I stole part of this idea for https://github.com/er1c/sbt-github/pull/2/files is that ok? it was interesting to work through some of the sbt tests, you have to nest a project/project/plugins.sbt
to import the plugin, and then set the githubTokenSource in the project/plugins.sbt
to override the resolver chain to resolve a github repo - publishing is more bespoke and easier
@er1c no worries. I'm glad my changes are used for good :)
The aim of the PR is to solve IntelliJ IDEA importing issue.
IDEA correctly picks up properties from
.sbtopts
file and therefore can download dependencies from the GitHub maven repository.Partially solves #24, #26, and #42.