Ned Twigg
Ned Twigg
This would be fantastic for my use case.
So in concrete terms this would look like: ```gradle // settings.gradle plugins { id 'com.diffplug.blowdryerSetup' version '1.2.0' id 'com.acme.blowdryer-scripts' version '3.0.0' } blowdryerSetup { classpathJar('blowdryer-scripts') } ``` But you could...
PR's welcome, but I have no plan to build this.
Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.
Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.
Fixed in `plugin-gradle 6.13.0` and `plugin-maven 2.30.0`.
Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.
Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.
I believe this will be fixed when #1524 gets merged later this week.
We had four Eclipse-based formatters, and they all got modernized except WTP. Finishing the WTP modernization is going to be a significant challenge. It's very possible, but it's not going...