openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
64 stars 40 forks source link

AST generation failure due to unresolved dependencies. #164

Closed traceyyoshima closed 1 year ago

traceyyoshima commented 1 year ago

Discovered on Kotlin_kotlinx-knit.

* What went wrong:
Could not determine the dependencies of task ':artifactoryPublish'.
> Publishing is not able to resolve a dependency on a project with multiple publications that have different coordinates.
  Found the following publications in project ':pathsaver':
    - Maven publication 'moderne' with coordinates org.jetbrains.kotlinx:pathsaver:0.4.0-SNAPSHOT
    - Maven publication 'dokkaPlugin' with coordinates org.jetbrains.kotlinx:dokka-pathsaver-plugin:0.4.0-SNAPSHOT
    - Maven publication 'mavenJava' with coordinates org.jetbrains.kotlinx:pathsaver:0.4.0-SNAPSHOT
traceyyoshima commented 1 year ago

Transfering issue to jenkins-ingest.