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

Revert org.unbroken-dome.test-sets to 4.0.0 version #381

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

pderop
Copy link
Contributor

@pderop pderop commented Oct 26, 2023

from PR #374 (where org.unbroken-dome.test-sets was upgraded to 4.1.0 version), the agent project does not build anymore when using java8, we need to revert to 4.0.0 version:

A problem occurred configuring project ':agent'.
> Could not resolve all files for configuration ':agent:classpath'.
   > Could not resolve org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.1.0.
     Required by:
         project :agent > org.unbroken-dome.test-sets:org.unbroken-dome.test-sets.gradle.plugin:4.1.0
      > No matching variant of org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.1.0 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.6' but:
          - Variant 'apiElements' capability org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.1.0 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.6')
          - Variant 'javadocElements' capability org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.1.0 declares a runtime of a component, and its dependencies declared externally:
              - Incompatible because this component declares documentation and the consumer needed a library
              - Other compatible attributes:
                  - Doesn't say anything about its target Java version (required compatibility with Java 8)
                  - Doesn't say anything about its elements (required them packaged as a jar)
                  - Doesn't say anything about org.gradle.plugin.api-version (required '7.6')
          - Variant 'runtimeElements' capability org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.1.0 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.6')
          - Variant 'sourcesElements' capability org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.1.0 declares a runtime of a component, and its dependencies declared externally:
              - Incompatible because this component declares documentation and the consumer needed a library
              - Other compatible attributes:
                  - Doesn't say anything about its target Java version (required compatibility with Java 8)
                  - Doesn't say anything about its elements (required them packaged as a jar)
                  - Doesn't say anything about org.gradle.plugin.api-version (required '7.6')

@pderop pderop added the type/dependency-upgrade A dependency upgrade label Oct 26, 2023
@pderop pderop added this to the 1.0.9.RELEASE milestone Oct 26, 2023
@pderop pderop self-assigned this Oct 26, 2023
@pderop pderop merged commit d6c42c5 into reactor:master Oct 26, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant