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
Lombok is required at compile time only. The dependency should be configured as provided.
provided
See the documentation here: https://projectlombok.org/setup/maven
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
For what it's worth, until this issue has been fixed, you can change your dependency in your build.gradle.kts to
build.gradle.kts
implementation("com.github.sisyphsu", "dateparser", "1.0.11") { exclude(group = "org.projectlombok", module = "lombok") }
to remove the dependency from your classpath.
Successfully merging a pull request may close this issue.
Lombok is required at compile time only. The dependency should be configured as
provided
.See the documentation here: https://projectlombok.org/setup/maven
The text was updated successfully, but these errors were encountered: