You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ./gradlew publishToMavenLocal I get the following error message:
task ':codegen-core:sourcesJar' (type 'Jar').
- Gradle detected a problem with the following location: '/__w/cicd-playground/cicd-playground/codegen/rust/codegen-core/build/generated/src/main/kotlin'.
Reason: Task ':codegen-core:sourcesJar' uses this output of task ':codegen-core:generateBuildEnvironmentConstants' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
1. Declare task ':codegen-core:generateBuildEnvironmentConstants' as an input of ':codegen-core:sourcesJar'.
2. Declare an explicit dependency on ':codegen-core:generateBuildEnvironmentConstants' from ':codegen-core:sourcesJar' using Task#dependsOn.
3. Declare an explicit dependency on ':codegen-core:generateBuildEnvironmentConstants' from ':codegen-core:sourcesJar' using Task#mustRunAfter.
Any suggestions on how to resolve this?
I would much rather get smithy-rs from MavenCentral instead of building it myself, are there any plans to publish it?
When running
./gradlew publishToMavenLocal
I get the following error message:Any suggestions on how to resolve this?
I would much rather get
smithy-rs
from MavenCentral instead of building it myself, are there any plans to publish it?smithy-rs
commit: c7b1038GH actions file:
Full GH log:
smithy_rs-gh-logs.txt
The text was updated successfully, but these errors were encountered: