-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Switch to gradle-execfork-plugin #68
Switch to gradle-execfork-plugin #68
Conversation
…ugins as project dependencies
… `org.springframework.boot`) as project dependencies
…`. introduce `bootRun` related and remove unused constants
…a source for forked process, implemented with the aid of `com.github.psxpaul.execfork` gradle plugin
…(use `bootRun` configuration instead of `forkProperties`)
Thank you @mr-july for your great contribution to the project. |
Hey there, yes, great contributions, and thanks @bnasslahsen for merging this! Any idea when we can get a new release cut? The current release is still |
Sorry for asking here (since there are no migration docs): how do you replace with forkProperties without changing the complete bootRun task |
In addition to the outdated documentation, the removal of |
The implementation is as proposed in the issue #36.
Resolves #28, resolves #63, resolves #67