Ned Twigg

Results 639 comments of Ned Twigg

For now this workaround seems to be enough ```gradle tasks.named('generateMavenPluginHelpMojoSources') { notCompatibleWithConfigurationCache('https://github.com/britter/maven-plugin-development/issues/8') } ```

I originally needed to set it for Oracle JRE 8, and I am now using that same flag for AdoptOpenJdk 11, and it is working fine. I think most of...

Congrats on JitCI, it is **amazing**. I have a hard requirement to publish to the gradle plugin portal, and also to mavenCentral. Very simple but real project that I'm using...

* Must be `3.26.1` or newer because bintray shutdown * Must be older than `3.28.0` because `asmaven` and the eclipse PDE stuff is mostly broken form then on. Can you...

Yeah, the 10 minutes is crazy, but p2 is just very slow in my experience. We're actually just shelling out to `eclipsec`, so there's nothing we can do from the...

Looks like you're on Mac, correct? Which version? Can you look in the ~/.goomph/pde-bootstrap folder and tell me if there's a "4.5.2.app" in there? On Friday, July 29, 2016, elmsley...

If you pull the latest, it will update Goomph to 3.0.4, which fixes both your problem and the original problem of generating bad mac .app folders. My test mac machine...

Try `gradlew bundles` (which builds `target.maven/build`) then `gradlew assemble.all`. The trouble with `gradlew bundles` is that it doesn't have any up-to-date checks (so it always runs, even if it doesn't...

Huh. I also experiences this packaging problem initially (that's what I created the bug for in the first place), but after the fix earlier in this bug, I'm no longer...

- Related to #14