Dimitrii Lipiridi
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Dimitrii Lipiridi created a post, AnsweredExecute Gradle task in ProgressExecutionMode.MODAL_SYNC
I want to block the project during my task execution. For that, I'm trying to use ProgressExecutionMode.MODAL_SYNC which works good with maven tasks. Unfortunately, the modal window hangs, and the ...