We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gradle task called 'deployTomcat' completes even when there is no build/libs folder.
Steps to reproduce the behavior:
Expected behavior Error returns from 'deployTomcat' task when there is no build/libs folder
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
#2623 Fixed Gradle task 'deployTomcat' doesn't return error when buil…
1e15370
…d/libs folder is empty/deleted - Added task in build.gradle that checks for .war file in build/libs every time 'deployTeomcat' task is used
fa81471
Merge pull request #2626 from SCADA-LTS/fix/#2623_Fixed_gradle_task_d…
27a72ff
…eployTomcat_doesnt_return_error_when_build_libs_folder_is_empty_deleted #2623 Fixed Gradle task 'deployTomcat' doesn't return error when build/libs folder is empty/deleted
Patrykb0802
No branches or pull requests
Gradle task called 'deployTomcat' completes even when there is no build/libs folder.
Steps to reproduce the behavior:
Expected behavior
Error returns from 'deployTomcat' task when there is no build/libs folder
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: