-
Notifications
You must be signed in to change notification settings - Fork 396
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 the ability to rename annotations added by the Scala compiler. #756
base: main
Are you sure you want to change the base?
Conversation
@johnrengelman The build failed due to a temporary godaddy failure. Please retrigger the build. |
Can you merge master to this. There’s a fix there. |
@johnrengelman it passed. Thanks! |
@johnrengelman I'm wondering if you've run into this. I want to use this patch with a project I have locally. I publish it.
In my project I use
I looked at the class in the jar in my local repo, and it does have the annotation. However, when I debug Gradle's |
I also asked for help in the Gradle Slack. |
I was able to use |
I figured out what's happening. Something about my patch makes annotation classes be shaded also. This could be desirable but in this case it's not. I'll figure out how to make it only shade that Scala annotations. |
This is for #146. I haven't tested the new functionality, but existing tests pass.