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

Gradle warning during assemble #6768

Closed
aaron-ai opened this issue Sep 28, 2022 · 0 comments · Fixed by #6769
Closed

Gradle warning during assemble #6768

aaron-ai opened this issue Sep 28, 2022 · 0 comments · Fixed by #6769
Labels
bug Something isn't working

Comments

@aaron-ai
Copy link
Member

Execution optimizations have been disabled for task ':smoke-tests:images:quarkus:sourcesJar' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '/home/runner/work/opentelemetry-java-instrumentation/opentelemetry-java-instrumentation/smoke-tests/images/quarkus/build/classes/java/quarkus-generated-sources/avdl'. Reason: Task ':smoke-tests:images:quarkus:sourcesJar' uses this output of task ':smoke-tests:images:quarkus:quarkusGenerateCode' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '/home/runner/work/opentelemetry-java-instrumentation/opentelemetry-java-instrumentation/smoke-tests/images/quarkus/build/classes/java/quarkus-generated-sources/avpr'. Reason: Task ':smoke-tests:images:quarkus:sourcesJar' uses this output of task ':smoke-tests:images:quarkus:quarkusGenerateCode' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '/home/runner/work/opentelemetry-java-instrumentation/opentelemetry-java-instrumentation/smoke-tests/images/quarkus/build/classes/java/quarkus-generated-sources/avsc'. Reason: Task ':smoke-tests:images:quarkus:sourcesJar' uses this output of task ':smoke-tests:images:quarkus:quarkusGenerateCode' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: '/home/runner/work/opentelemetry-java-instrumentation/opentelemetry-java-instrumentation/smoke-tests/images/quarkus/build/classes/java/quarkus-generated-sources/grpc'. Reason: Task ':smoke-tests:images:quarkus:sourcesJar' uses this output of task ':smoke-tests:images:quarkus:quarkusGenerateCode' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

we can view it in: https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/runs/3139484829/jobs/5099942761

@aaron-ai aaron-ai added the bug Something isn't working label Sep 28, 2022
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this issue Oct 23, 2022
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this issue Oct 31, 2022
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this issue Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant