-
Notifications
You must be signed in to change notification settings - Fork 53
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
fix: dataImport task should not run tomcatClean and tomcatDeploy tasks #281
Conversation
@jgribonvald I'm cautious about making the logic of the task aware of another task. |
Also note #252 (comment) |
@ChristianMurphy modifying the When I want to update a portlet-definition (at any moment during the day) from a file I run the target My change only disable |
Exactly, so the tomcat tasks are not depended on by |
@ChristianMurphy so for you if we replace
this will have the same effect ? I'm sorry I don't know a lot of gradle... |
This permit to avoid to undeploy and deploy apps when only a dataImport is run Should solve issue uPortal-Project#252
@ChristianMurphy: Ok I've tested and rewrote my PR on this way, it's really better. Thanks to show me the right way 👼 On an other side do you think that other tasks |
I've pushed one commit per task change like that you will be able to make your choice 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Checklist
Description of change
This permit to avoid to undeploy and deploy apps when only a dataImport is run
Should solve issue #252