-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use kotlin as plugin language (instead of Groovy) #17
Comments
I'm all for this, I really really do not enjoy Groovy and would much prefer Kotlin, probably a good target for a 3.x release |
With Mike's PR this has been solved 🎉 |
@deepy , maybe we could also rename in this version the package names ( |
@bsautel I suspect we broke backwards compatibility on day 1, we can only ever have one plugin applied per project and if both is on the classpath Something Strange™ is happening. With that said I'm perfectly in support for moving away from the |
3.0.0-rc4 - kotlin rewrite, lazy configuration, api changes, proxy fixes. * Plugin rewritten in Kotlin (issue node-gradle#17) (thanks mikejhill for the pull request) * Improved Kotlin DSL support * Upgraded default Node.js version to 12.18.1 (bundled with npm 6.14.5), the latest LTS version * Lazy configuration support * Fix some remaining input/output declaration issues (issue node-gradle#34) * Gradle 5.6.4+ support (instead of Gradle 5.0.0+ before) * Node.js 10+ support (issue node-gradle#100) * Use http:// for both HTTP and HTTPS_PROXY * No longer configures proxy if there's already proxy settings present * Support for npm 7+ node-gradle#123 See CHANGELOG for full details and upgrade instructions.
Question to plugin owner: probably it is better to use Kotlin language for plugin next development?
Why:
** Configuration (with IntelliSence at the IntelliJ Idea)
** Plugin development
The text was updated successfully, but these errors were encountered: