I think this is cool
esp the JUnit @Category support, we may add a metamodel category and then
exclude those metamodel tests from master build
On May 8, 2013, at 2:22 AM, Steve Ebersole wrote:
> I am running into some difficulties with writing the release task in the
> Gradle build, specifica
I am running into some difficulties with writing the release task in the
Gradle build, specifically with the ordering between the various tasks
(e.g., sometimes a jar is built and then clean is run and then Gradle
tries to upload it).
The suggested way around this is to use the mustRunAfter hoo
Thanks for all the information,
I think I have a clearer idea now.
I'll start to write some code and see what happens :)
Davide
On Fri, May 3, 2013 at 2:13 PM, Emmanuel Bernard wrote:
> Hello Davide,
>
> Technically most of the knowledge is in
> https://hibernate.atlassian.net/browse/OGM-208