-
Notifications
You must be signed in to change notification settings - Fork 19
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
Improve cleaning the project #413
Comments
@Ao-senXiong Running |
@wmdietl What command do you use for running the test? I just tried again with |
While #502 (comment) these combinations works fine. |
I'm not sure what you're trying to say... Can you just try running it twice: |
Build the project with
./gradlew assemble
.Then, after running
./gradlew clean
, there are still many build artifacts lying around, e.g. nearly 2000.class
files and javadoc HTML files.If there is a different task to run to clean all files, document it. (I tried
cleanTest
andcleanBuild
and they don't clean these files.)If no such task exists, improve the
clean
task.Note that there are a few test tasks that use Makefiles. Improve those by including a
clean
target and make sure these are actually run.The text was updated successfully, but these errors were encountered: