Closed jgrape closed 9 years ago
Project source: https://github.com/crispab/signup
The resolvers addition for the HerokuPlugin looked a bit old fashioned so I removed it from plugins.sbt, but that didn't change anything about the warnings.
BTW, I get no such warnings when building locally. Never had.
It looks like the class name of the sbt-heroku plugin (HerokuPlugin
) is colliding with the buildpack's HerokuPlugin
class (used when running git push
). The two methods of deployment, sbt and git push
, are not really intended to work together -- but there's not reason they can't.
I'll have to investigate if it will be better to fix this by renaming the sbt-heroku class or the buildpack's class.
In the meantime, the warnings when using git push
and the buildpack should be safe to ignore. The only consequence may be a slightly slower build.
Thanks for reporting this.
+1
Recently I have started to get warnings from the normal git deploy that refers to the HerokuPlugin.
The warning is repeated multiple times. The app is built and deployed and seems to work alright, but the warnings don't look good at all.
I'm using the HerokuPlugin to deploy to a staging environment from Jenkins and there the logs look just fine:
My plugins.sbt: