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
Update the following lines in the build.gradle.kts file for the Helm Client project to use testRuntimeOnly() instead of runtimeOnly():
build.gradle.kts
testRuntimeOnly()
runtimeOnly()
runtimeOnly(gav("org.apache.logging.log4j")) runtimeOnly(gav("org.apache.logging.log4j.slf4j2.impl"))
The text was updated successfully, but these errors were encountered:
closing, as this is no longer needed after leveraging JCovalent in #141
Sorry, something went wrong.
jeromy-cannon
No branches or pull requests
Description
Update the following lines in the
build.gradle.kts
file for the Helm Client project to usetestRuntimeOnly()
instead ofruntimeOnly()
:The text was updated successfully, but these errors were encountered: