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
Gradle optional is sadly not optional on maven. https://blog.gradle.org/optional-dependencies
I propose to use gradle feature variant, to put gradle as maven optional
The text was updated successfully, but these errors were encountered:
makes sense, yoda should be <optional>true</optional> in maven pom
<optional>true</optional>
Sorry, something went wrong.
#951 optional removed
0aeb1e0
#951 test fixes
fcc6a97
25ab20d
fixed in 5.8.12
No branches or pull requests
Gradle optional is sadly not optional on maven.
https://blog.gradle.org/optional-dependencies
I propose to use gradle feature variant, to put gradle as maven optional
The text was updated successfully, but these errors were encountered: