-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
Markwon 4 appears to repackage jetbrains annotations #148
Labels
dependencies
Pull requests that update a dependency file
Comments
Hello @ZacSweers !
implementation('io.noties:prism4j:2.0.0') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
} I need to investigate this further |
Ah good to know, thanks
…On Tue, Jul 2, 2019, 1:00 PM Dimitry ***@***.***> wrote:
Hello @ZacSweers <https://github.com/ZacSweers> !
syntax-highlight module uses prism4j library that uses annotations-java5
library... I'm trying to add an explicit prism4j dependency and exclude
annotations, but... with no effect
implementation('io.noties:prism4j:2.0.0') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
I need to investigate this further
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#148?email_source=notifications&email_token=AAKMJPWCCEOBCIXUD7TQ7WTP5OCT3A5CNFSM4H45YFW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZB5PSY#issuecomment-507762635>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKMJPWZQJ4EC36EZQDEOITP5OCT3ANCNFSM4H45YFWQ>
.
|
Okay, this one works (it will exclude configurations.all {
exclude group: 'org.jetbrains', module: 'annotations-java5'
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updating to 4.x yields the following trace
Repro branch here: https://github.com/ZacSweers/CatchUp/tree/z/markwon4. Just run
./gradlew :app:assembleDebug
The text was updated successfully, but these errors were encountered: