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
I see error message: Task :distZip FAILED A problem was found with the configuration of task ':distZip' (type 'Zip').
I can run this without issues: ./gradlew clean build -x test -x integTest
But running dist task failes with above error: ./gradlew distZip
Am I doing something wrong? I am running this on Ubuntu in WSL
The text was updated successfully, but these errors were encountered:
Fix distZip task of the root project (#303)
aa16056
No branches or pull requests
I see error message:
Task :distZip FAILED
A problem was found with the configuration of task ':distZip' (type 'Zip').
I can run this without issues:
./gradlew clean build -x test -x integTest
But running dist task failes with above error:
./gradlew distZip
Am I doing something wrong?
I am running this on Ubuntu in WSL
The text was updated successfully, but these errors were encountered: