Re: [Discuss] Geode gradle plugin

2017-10-12 Thread Jared Stewart
Yeah, the Plugin Portal is great! Not only is it easy to publish to, it also makes the plugin easier to add for users. If you publish to the Portal, a user only needs to add a plugins block: plugins { id 'com.jfrog.bintray' version '0.4.1' } Whereas if you publish to Bintray, JCenter, Mav

Re: [Discuss] Geode gradle plugin

2017-10-12 Thread Anthony Baker
Have you looked at https://plugins.gradle.org/docs/submit ? Anthony > On Oct 11, 2017, at 7:56 PM, Jared Stewart wrote: > > Hi all, > > I've been working on a Gradle plugin to make it easier to write integration > tests for applications that use Apac