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

fix JavaCompilerSpec with JDK 21 #1267

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

xuwei-k
Copy link
Member

@xuwei-k xuwei-k commented Oct 8, 2023

suppress following message

Note: Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.

@xuwei-k xuwei-k marked this pull request as ready for review October 8, 2023 08:51
@xuwei-k
Copy link
Member Author

xuwei-k commented Oct 8, 2023

??? 🤔

Pull request submitted by xuwei-k
CLA check for xuwei-k failed
Please sign the Scala CLA to contribute to the Scala compiler.
Go to https://www.lightbend.com/contribute/cla/scala and then
comment on the pull request to ask for a new check.

Check if CLA is signed: https://www.lightbend.com/contribute/cla/scala/check/xuwei-k

from my local

$ curl https://www.lightbend.com/contribute/cla/scala/check/xuwei-k
{"user":"xuwei-k","signed":true,"version":"1.0","currentVersion":"1.0"}

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

Thanks!

@eed3si9n eed3si9n merged commit 1c5ac86 into sbt:develop Oct 8, 2023
6 of 7 checks passed
@eed3si9n

This comment was marked as resolved.

@xuwei-k xuwei-k deleted the JavaCompilerSpec-jdk-21 branch October 8, 2023 22:19
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.

None yet

2 participants