You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Version 2.0.0, the plugin (intellij-platform-gradle-plugin-2.2.1.jar) includes the jackson library (package com.fasterxml.jackson). This breaks jackson dependencies of other gradle plugins.
For example the org.owasp.dependencycheck plugin, which requires a jackson version > 2.16.1
Relevant log output or stack trace
Steps to reproduce
Add the org.owasp.dependencycheck to an intellij plugin build.gradle.kts (e.g. created the IntelliJ IDE Plugin Template):
Run the dependencyCheckAnalyze task. This will fail with
* What went wrong:
Execution failed for task ':dependencyCheckAnalyze'.
> Class com.fasterxml.jackson.annotation.JsonFormat$Feature does not have member field 'com.fasterxml.jackson.annotation.JsonFormat$Feature READ_DATE_TIMESTAMPS_AS_NANOSECONDS'
as the com.fasterxml.jackson.annotation.JsonFormat class is loaded from the intellij-platform-gradle-plugin jar
Gradle IntelliJ Plugin version
2.2.1
Gradle version
8.12
Operating System
Linux
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered:
What happened?
Since Version 2.0.0, the plugin (intellij-platform-gradle-plugin-2.2.1.jar) includes the jackson library (package com.fasterxml.jackson). This breaks jackson dependencies of other gradle plugins.
For example the org.owasp.dependencycheck plugin, which requires a jackson version > 2.16.1
Relevant log output or stack trace
Steps to reproduce
Add the
org.owasp.dependencycheck
to an intellij plugin build.gradle.kts (e.g. created the IntelliJ IDE Plugin Template):Run the
dependencyCheckAnalyze
task. This will fail withas the
com.fasterxml.jackson.annotation.JsonFormat
class is loaded from the intellij-platform-gradle-plugin jarGradle IntelliJ Plugin version
2.2.1
Gradle version
8.12
Operating System
Linux
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: