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

Add annotationProcessorPaths to the pom.xml code snippet #194

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

mk868
Copy link
Contributor

@mk868 mk868 commented Nov 13, 2024

As of JDK23, javac doesn't automatically detect discoverable annotation processors by default.
In this PR, I add the explicit definition of the processor annotation in the maven-compiler-plugin.
I hope this will make it easier for future users to add RecordBuilder to their project.

Sources:

Edit
Worth to add: for Gradle, the annotation processor is already explicitly defined via annotationProcessor, so there is no problem with JDK23.

@Randgalt
Copy link
Owner

Randgalt commented Dec 1, 2024

Thank you.

@Randgalt Randgalt added this to the v44 milestone Dec 1, 2024
@Randgalt Randgalt merged commit 9c98f1b into Randgalt:master Dec 1, 2024
2 checks passed
@mk868 mk868 deleted the update-README.md branch December 19, 2024 10:08
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