Justin Ryan
Justin Ryan
Excellent point. I created https://issues.jfrog.org/jira/browse/RTFACT-5623. Once that's done, this issue could be resolved.
Starting work on this. It's pretty easy to overlay gradle over this. I just want to understand one bit about the final artifacts. It looks like it wants all the...
I'm investigating how JMeter plugins should be built, and it's not exactly clear from their documentation. If I can't figure out it out, I'll just take the naive approach and...
On hold until I get back next week. Looking at Maven builds for jmeter plugins, they use the shade plugin. That makes sense and luckily a Gradle one came out...
I didn't realize that Sonatype would host snapshot builds. If that's so, it's probably a small twist on what we already have to upload to Sonatype. Maybe some conditional added...
It looks like some projects are choosing to publish snapshots. What build job are you publishing your snapshots with? Are you including the uploadMavenCentral target?
The standard instructions detail making two jobs, one for snapshots and one for releases. Send me the one job you do have, and I'll create the other one for you.
Underscore is also how Gradle specifies properties as environment variables: ORG_GRADLE_PROJECT__prop_=somevalue ( http://www.gradle.org/docs/current/userguide/tutorial_this_and_that.html) On Fri, Oct 17, 2014 at 3:18 PM, Marcin Zajączkowski < [email protected]> wrote: > Bash, Fish and...
Cool addition. My biggest worry is what Gradle can and will do to the classpath available between plugins. E.g. in the future I'm not sure we're guaranteed to have access...
Correct me if I'm wrong, this was on a web-app, where the provided configuration was created by the war plugin and not by the extra-configurations-plugins. Is this a core gradle...