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
Hello
Gradle 6.7
When I run the following build script :
- $GRADLE_HOME/bin/gradle :initialize - $GRADLE_HOME/bin/gradle :deploy
The build continue even when the initialize step fails
> Task :shadowJar UP-TO-DATE Initializing the backend... Error refreshing state: AccessDenied: Access Denied status code: 403, request id: EEEEEEE7C7C228D1, host id: J======================================================================== > Task :initialize Error: Error loading state: AccessDenied: Access Denied status code: 403, request id: EEEEEEE7C7C228D1, host id: J======================================================================== > Task :deploy
The gradle task :deploy should not be executed when the :initialize task fails
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
Gradle 6.7
Actual Behavior:
When I run the following build script :
The build continue even when the initialize step fails
Expected Behavior:
The gradle task :deploy should not be executed when the :initialize task fails
The text was updated successfully, but these errors were encountered: