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

build(facade): oops, junit was supposed to be a test-only dependency #4859

Merged
merged 4 commits into from
Aug 24, 2021

Conversation

keturn
Copy link
Member

@keturn keturn commented Aug 20, 2021

Amendment to #4147. Fixes an overly-broad JUnit dependency and adds some docs.

@keturn keturn added Category: Doc Requests, Issues and Changes targeting javadoc and module documentation Size: S Small effort likely only affecting a single area and requiring little to no research labels Aug 20, 2021
@keturn keturn added this to the v5.2.0 milestone Aug 20, 2021
@github-actions github-actions bot added the Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. label Aug 20, 2021
@keturn
Copy link
Member Author

keturn commented Aug 21, 2021

Comment on lines 35 to 41
enum Unit {
B(1),
K(1 << 10),
M(1 << 20),
G(1 << 30),
T(1L << 40);
K(1 << 10), // kilo
M(1 << 20), // mega
G(1 << 30), // giga
T(1L << 40); // tera

Copy link
Member

Choose a reason for hiding this comment

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

wonder if this could fit somewhere else?

@keturn keturn merged commit 9bc9ccd into develop Aug 24, 2021
@keturn keturn deleted the fix/memory-limit-fixup branch August 24, 2021 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Category: Doc Requests, Issues and Changes targeting javadoc and module documentation Size: S Small effort likely only affecting a single area and requiring little to no research
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants