Skip to content
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

0.1.15: Incomaptible with Java 8 #40

Closed
perok opened this issue Apr 28, 2021 · 0 comments · Fixed by #44
Closed

0.1.15: Incomaptible with Java 8 #40

perok opened this issue Apr 28, 2021 · 0 comments · Fixed by #44

Comments

@perok
Copy link

perok commented Apr 28, 2021

Build fails with the following error:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'sg-ff2-parent'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve com.github.psxpaul:gradle-execfork-plugin:0.1.15.
     Required by:
         project : > com.github.psxpaul.execfork:com.github.psxpaul.execfork.gradle.plugin:0.1.15
      > No matching variant of com.github.psxpaul:gradle-execfork-plugin:0.1.15 was found. The consumer was configured to find a runtime of a library compatible with Java 8, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '7.0' but:
          - Variant 'apiElements' capability com.github.psxpaul:gradle-execfork-plugin:0.1.15 declares a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares an API of a component compatible with Java 11 and the consumer needed a runtime of a component compatible with Java 8
              - Other compatible attribute:
                  - Doesn't say anything about org.gradle.plugin.api-version (required '7.0')
          - Variant 'runtimeElements' capability com.github.psxpaul:gradle-execfork-plugin:0.1.15 declares a runtime of a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component compatible with Java 11 and the consumer needed a component compatible with Java 8
              - Other compatible attribute:
                  - Doesn't say anything about org.gradle.plugin.api-version (required '7.0')

Might be an issue similiar to JetBrains/markdown#70 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant