Frege/frege-gradle-plugin

Find a way to upload snapshots for consumption

mperry opened this issue · 3 comments

My frege gradle example (https://travis-ci.org/mperry/frege-gradle-example) fails to build because it can't access the latest frege plugin snapshot.

We could probably publish snapshots to bintray. A while ago Szczepan Faber wrote an excellent series of blog posts how he got mockito into a state where every commit ended up to be a release. We maybe follow his lead for doing this for plugin snapshots. FYI: The blog is available at http://blog.mockito.org

Another option is to make the samples part of the build pipeline and test them as part of the build. What do you think?

Dierk commented

I'd say that snapshot versions of the plugin should only be relevant to plugin developers and those should have no problem with git pull and gradlew install.