Skip to content
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

initialize task fails silently #91

Open
hamadycisse opened this issue Jan 12, 2021 · 0 comments
Open

initialize task fails silently #91

hamadycisse opened this issue Jan 12, 2021 · 0 comments

Comments

@hamadycisse
Copy link

Hello

Gradle 6.7

Actual Behavior:

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

Expected Behavior:

The gradle task :deploy should not be executed when the :initialize task fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant