systemdUnitFilePlugin icon indicating copy to clipboard operation
systemdUnitFilePlugin copied to clipboard

Can't upgrade to intellij platform gradle plugin 2.4.0

Open SJrX opened this issue 8 months ago • 3 comments

./gradlew build

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'systemdUnitFilePlugin'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve org.yaml:snakeyaml:2.3.
     Required by:
         root project : > com.avast.gradle.docker-compose:com.avast.gradle.docker-compose.gradle.plugin:0.17.12 > com.avast.gradle:gradle-docker-compose-plugin:0.17.12
      > Cannot find a version of 'org.yaml:snakeyaml' that satisfies the version constraints:
           Dependency path ':systemdUnitFilePlugin:unspecified' --> 'com.avast.gradle.docker-compose:com.avast.gradle.docker-compose.gradle.plugin:0.17.12' (runtime) --> 'com.avast.gradle:gradle-docker-compose-plugin:0.17.12' (runtimeElements) --> 'org.yaml:snakeyaml:2.3'
           Constraint path ':systemdUnitFilePlugin:unspecified' --> 'org.jetbrains.intellij.platform:org.jetbrains.intellij.platform.gradle.plugin:2.4.0' (runtime) --> 'org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.4.0' (runtimeElements) --> 'org.jetbrains.intellij:plugin-repository-rest-client:2.0.45' (runtimeElements) --> 'org.yaml:snakeyaml:{strictly 2.2}' because of the following reason: sync snakeyml version between components

> There is 1 more failure with an identical cause.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 443ms
3 actionable tasks: 3 up-to-date

SJrX avatar Mar 26 '25 18:03 SJrX

Blocks: https://github.com/SJrX/systemdUnitFilePlugin/pull/333

SJrX avatar Mar 26 '25 18:03 SJrX

Seems to be related to: https://github.com/JetBrains/plugin-repository-rest-client/issues/52

SJrX avatar Mar 26 '25 18:03 SJrX

Opened: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1910

SJrX avatar Mar 26 '25 18:03 SJrX