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

Remove the args file from the javadoc tree once it is not needed any more #290

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

fridrich
Copy link
Contributor

The generated args file has a random order of source files. This makes the reproducible builds difficult. But this file does not need to be kept after the javadoc is generated, so delete it as any other temporary file once we don't use it. In case it is used for debugging or so, we could pipe it into the log before deleting, eventually.

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #290 (d943165) into master (0b4690f) will not change coverage.
The diff coverage is 0.00%.

@@          Coverage Diff           @@
##           master    #290   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          71      71           
  Lines        2091    2092    +1     
  Branches      305     305           
======================================
- Misses       2091    2092    +1     
Files Changed Coverage Δ
.../java/org/fedoraproject/xmvn/mojo/JavadocMojo.java 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mizdebsk mizdebsk merged commit 4e32cbc into fedora-java:master Sep 19, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants