Ned Twigg
Ned Twigg
The `com.diffplug.eclipse.apt` plugin is just copy-pasted with a few minor fixes from the https://github.com/tbroyer/gradle-apt-plugin, which is no longer maintained. It is no longer maintained because Gradle incorporated native support for...
In gradle 3.4, there is now [support for separate api and implementation dependencies](https://docs.gradle.org/current/userguide/java_library_plugin.html). ```gradle dependencies { api 'commons-httpclient:commons-httpclient:3.1' implementation 'org.apache.commons:commons-lang3:3.5' } ``` Soon (Q2 2017), it will also [support declaring...
_enhancement to a feature originally discussed as [#3](https://github.com/diffplug/goomph/issues/3)_ Goomph supports proxies, but it's a little awkward. The workaround is described towards the bottom of the javadoc: - [`AsMavenPlugin`](https://diffplug.github.io/goomph/javadoc/3.3.0/com/diffplug/gradle/p2/AsMavenPlugin.html) - [`OomphIdePlugin`](https://diffplug.github.io/goomph/javadoc/3.3.0/com/diffplug/gradle/oomph/OomphIdePlugin.html)...
@akhikhl's Unpuzzle uses OSGi `Require-Bundle` information to create maven dependencies. @stempler created a [fork of Unpuzzle](https://github.com/stempler/unpuzzle) which also handles Import-Package/Export-Package to create maven dependencies. It would be awesome if Goomph...
I have been perusing the next-gen UI toolkit domain for a while, and I think the two most interesting efforts are this project and [Makepad](https://github.com/makepad/makepad). Makepad is targeting desktop as...
There are lots of people who want this, but having everyone build their own native binaries is inefficient. Most of the issues are about building it, not using it or...
FANTASTIC PLUGIN - thanks so much! Gradle doesn't have a good way to consume P2 repositories, which means a lot of people (myself included) are using [unpuzzle](https://github.com/akhikhl/unpuzzle), a plugin which...
It would be awesome if this made it to the [gradle plugin portal](https://plugins.gradle.org/docs/submit).
This is an extreme case, so closing this without further investigation is totally valid :) The following text _[A]_, when placed in a `package-info.java` file, will cause pegdown doclet to...
At some point within the next 20 years, it would make sense to bump our minimum JRE from 8 to 11. It might even make sense right now, though I'm...