-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
A few questions :D
|
All great questions. This is just temporary solution to my lack of sonatype credentials. I would prefer sonatype, but I have no idea how to set it up. For now I am publishing to https://bintray.com/alexknvl/maven. Travis doesn't have my credentials and I don't have enough permissions on Travis to change that... 😄 I'll update the README with a link to the repo. |
Actually, I don't even need this in |
README.md
Outdated
```scala | ||
resolvers += Resolver.bintrayRepo("alexknvl", "maven"), | ||
libraryDependencies += "org.scalaz" %% "scalaz-plugin-library" % "77dd9707", | ||
addCompilerPlugin("org.scalaz" % "scalaz-plugin_2.12.6" % "77dd9707") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should replace this with "<git-hash>"
or something, unless you intend to update this often.
Also, use cross CrossVersion.full
rather than _2.12.6
?
@@ -8,12 +8,14 @@ addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.fu | |||
scalacOptions ++= List("-Xplugin-require:macroparadise") | |||
|
|||
lazy val meta = crossProject.module | |||
.settings(stdSettings("meta")) | |||
.settings(stdSettings("plugin-library")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
In + - secure: MnKEc3GKeg/mx+gRA/lsVkcV/hSCls3/5ilq5pNq4JYd3JuEk8i3U56BkwNzFQowZztRKrS1KlgAI3nNWzpFTDPmCvC/feuKIOVHd3CRuezPQh5jitAAc/cLPALKakDuwMnU4bqdDWR59sJi4oYTt05n7lWnJDXPGo7rHraHiZ/bCPrJ5hvxxGPMAFCeQHFD0C1YEl8GTFtGBmGrSk6fU6sIpzp3a+T2/iXXBm6B8hqpwcUh1IENWW1Z40qqds7kwH2OY3FEIO9eDoB+BUdnDR6uTqgMwF6owWK2pQH/mEDIlEvB8TVVpSnAyp5wxzx9WNAxc0FRWkqtYXk9DiX4ScV0ACd4/thqbDM4QqCLkrxlLHWlRXfELdmhhHgkaz/bAnAPt7gR3B7ujrOFvBso24Zjf0jzmh0enUkYZzsV3wRq5D8Gpy9JEeTtKUCQQnLScb5M0bLCvmea3i3sNDF+EvuWvoo/3SdfES4qn0KH32JIz6Jb/80RRMx8cpBpxWhmoKd1QUCNszQR33MhM7xwjwfdtKGxs6/qTFF2+cKbxJf0CDCFijrSyANs+oB5J+D2dHOY4c0PjyP4zO6EGZNasDPN0lK2zV3ejtKUekfeWc2oToSu2e9HVPpSiR0AOmfeVkCY86CY0rSadbvEqoL+JJKFN0NQsC7GYsyo8XcZDfI=
+ - secure: UnbvLVfOIVrovJXLD9NaIyUqjK6Ntyh6lRjUDHm5zzMtQx0MUvbtPGdrsxPDPaE7Y2u0Nl05AS7LyrEY37vBro0vOhLJiVBHwL2y4MzSF+YHwlqeY3rkZXcNgPG4QTudlbsndcFLi0eY13TZMcqEfI948/HKbvX11oBJGIWNs0EOiH5WabTj5jIQ6Xh+SXAC6E6WOLx0fgqfPjBQDTvXvZBgV7ejwRJfuvynL2Evco0GWBQ3yBA7+p6knNrfz9LPs2hcFrC2rxE91rNnm/pjUKu08E8ZEJGyfO1v//rqH30Qt2KYWQd35ELWSIMUQHSWpBO5sQ84GAKArOt/txlo/4wfWkBwhVA3whp/PCXIUqpftfvLGiorW/eXNGFdeR9VORvRlGzLp3kpfMN7keyv3tgwFw3S231hYiRG+IraUhdLz/sHCZ47oFpWWS7EBs14VON3kHHX02HS7/EpcbUiM2fwq1QClqRX5DJ7wOz+m5a9LIdmwY2Y8+eBlck6nZjDm0ZMbTj36yeDD4sbLOXySE0hJGlyuo1uugdZUitE55itmRyFSyoLETjK/TQOyarG1P+WpDUxRpEfofyojn4WKWJ2m2Uj52Ne19Uvl1NPWbh/oJf484pf7/FChovhVNp/wd6XzFof+tloZL3gCpcOPqsr+/EwToOAf2ixPEaupLY= If you then take the sonatype publishing stuff from |
…/bintray-publishing Conflicts: README.md
Provided you have the rest locally and intend to keep it there, this is OK. Otherwise, check zio/zio#172 |
@alexknvl Do you want me to take a look at this and maybe redo it? I would like to try this plugin in one of my projects and some sort of tagged release would be nice :) |
Sure, go ahead. EDIT: Just make a new pull request, I'll close this one. |
Sounds good, give me a few days. |
Yeah, sounds good. I think we'll do |
No description provided.