You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dive in the plugin a bit and compare it to other gradle plugins (spring boot) and other gradle plugins look like it require quite a bit of refactoring:
The runPlay should extend from JavaExec - and should take in consideration the ToolChain configuration
The forkOption is not properly configurable and each time a RunPlay instance is created it is set to new BaseOptions - instead of using the lazy property configuration
Server and Client WorkProcess are not properly configured when created looks like not all running JVM are properly delegated to those process
Multiple use of deprecated api
More...
I am willing to contribute to this plugin but I will need some mentoring and some references from someone from the Gradle team.
Thanks
The text was updated successfully, but these errors were encountered:
Hi again
I dive in the plugin a bit and compare it to other gradle plugins (spring boot) and other gradle plugins look like it require quite a bit of refactoring:
I am willing to contribute to this plugin but I will need some mentoring and some references from someone from the Gradle team.
Thanks
The text was updated successfully, but these errors were encountered: