Advertisement
Guest User

Untitled

a guest
Dec 17th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. Execution failed for task ':experiments:detektMain'.
  2. > Could not resolve all files for configuration ':experiments:detekt'.
  3. > Could not resolve org.jetbrains.kotlinx:kotlinx-html-jvm.
  4. Required by:
  5. project :experiments > io.gitlab.arturbosch.detekt:detekt-cli:1.14.2 > io.gitlab.arturbosch.detekt:detekt-bom:1.14.2
  6. > Cannot choose between the following variants of org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  7. - jvm-api
  8. - jvm-runtime
  9. - metadata-api
  10. All of them match the consumer attributes:
  11. - Variant 'jvm-api' capability org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  12. - Unmatched attributes:
  13. - Provides org.gradle.libraryelements 'jar' but the consumer didn't ask for it
  14. - Provides org.gradle.status 'release' but the consumer didn't ask for it
  15. - Provides org.gradle.usage 'java-api' but the consumer didn't ask for it
  16. - Provides org.jetbrains.kotlin.platform.type 'jvm' but the consumer didn't ask for it
  17. - Variant 'jvm-runtime' capability org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  18. - Unmatched attributes:
  19. - Provides org.gradle.libraryelements 'jar' but the consumer didn't ask for it
  20. - Provides org.gradle.status 'release' but the consumer didn't ask for it
  21. - Provides org.gradle.usage 'java-runtime' but the consumer didn't ask for it
  22. - Provides org.jetbrains.kotlin.platform.type 'jvm' but the consumer didn't ask for it
  23. - Variant 'metadata-api' capability org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  24. - Unmatched attributes:
  25. - Provides org.gradle.status 'release' but the consumer didn't ask for it
  26. - Provides org.gradle.usage 'kotlin-api' but the consumer didn't ask for it
  27. - Provides org.jetbrains.kotlin.platform.type 'common' but the consumer didn't ask for it
  28. > Could not resolve org.jetbrains.kotlinx:kotlinx-html-jvm.
  29. Required by:
  30. project :experiments > io.gitlab.arturbosch.detekt:detekt-cli:1.14.2 > io.gitlab.arturbosch.detekt:detekt-core:1.14.2 > io.gitlab.arturbosch.detekt:detekt-report-html:1.14.2
  31. > Cannot choose between the following variants of org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  32. - jvm-api
  33. - jvm-runtime
  34. - metadata-api
  35. All of them match the consumer attributes:
  36. - Variant 'jvm-api' capability org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  37. - Unmatched attributes:
  38. - Provides org.gradle.libraryelements 'jar' but the consumer didn't ask for it
  39. - Provides org.gradle.status 'release' but the consumer didn't ask for it
  40. - Provides org.gradle.usage 'java-api' but the consumer didn't ask for it
  41. - Provides org.jetbrains.kotlin.platform.type 'jvm' but the consumer didn't ask for it
  42. - Variant 'jvm-runtime' capability org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  43. - Unmatched attributes:
  44. - Provides org.gradle.libraryelements 'jar' but the consumer didn't ask for it
  45. - Provides org.gradle.status 'release' but the consumer didn't ask for it
  46. - Provides org.gradle.usage 'java-runtime' but the consumer didn't ask for it
  47. - Provides org.jetbrains.kotlin.platform.type 'jvm' but the consumer didn't ask for it
  48. - Variant 'metadata-api' capability org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2:
  49. - Unmatched attributes:
  50. - Provides org.gradle.status 'release' but the consumer didn't ask for it
  51. - Provides org.gradle.usage 'kotlin-api' but the consumer didn't ask for it
  52. - Provides org.jetbrains.kotlin.platform.type 'common' but the consumer didn't ask for it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement