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

Cleanup after "veryLargeJar" test #281

Merged
merged 1 commit into from May 27, 2023
Merged

Conversation

slachiewicz
Copy link
Member

No description provided.

@slachiewicz slachiewicz added java Pull requests that update Java code maintenance labels May 22, 2023
rand.nextBytes(data);
out.write(data);
out.flush();
}
}

File jarFile = new File("target/output/veryLargeJar.jar");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also use tempDir and file will be deleted by JUnit

@slachiewicz slachiewicz merged commit b08f77a into master May 27, 2023
26 checks passed
@slachiewicz slachiewicz deleted the cleanupVeryLargeJar branch May 27, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants