Edoardo Luppi
10/04/2023, 1:37 PMcopyResourcesJs
task, when invoking gradlew build
Anyone ever seen the same?
* What went wrong:
Some problems were found with the configuration of task ':my-project:copyResourcesJs' (type 'Copy').
- Gradle detected a problem with the following location: 'C:\Users\edoardo.luppi\IdeaProjects\client-example\proto-example\modules\my-project'.
Reason: Task ':my-project:copyResourcesJs' uses this output of task ':my-project:compileKotlinJs' 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 ':my-project:compileKotlinJs' as an input of ':my-project:copyResourcesJs'.
2. Declare an explicit dependency on ':my-project:compileKotlinJs' from ':my-project:copyResourcesJs' using Task#dependsOn.
3. Declare an explicit dependency on ':my-project:compileKotlinJs' from ':my-project:copyResourcesJs' using Task#mustRunAfter.
For more information, please refer to <https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency> in the Gradle documentation.
- Gradle detected a problem with the following location: 'C:\Users\edoardo.luppi\IdeaProjects\client-example\proto-example\modules\my-project'.
Reason: Task ':my-project:copyResourcesJs' uses this output of task ':my-project:compileCommonMainKotlinMetadata' 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 ':my-project:compileCommonMainKotlinMetadata' as an input of ':my-project:copyResourcesJs'.
2. Declare an explicit dependency on ':my-project:compileCommonMainKotlinMetadata' from ':my-project:copyResourcesJs' using Task#dependsOn.
3. Declare an explicit dependency on ':my-project:compileCommonMainKotlinMetadata' from ':my-project:copyResourcesJs' using Task#mustRunAfter.
For more information, please refer to <https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency> in the Gradle documentation.
- Gradle detected a problem with the following location: 'C:\Users\edoardo.luppi\IdeaProjects\client-example\proto-example\modules\my-project'.
Reason: Task ':my-project:copyResourcesJs' uses this output of task ':my-project:generateProjectStructureMetadata' 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 ':my-project:generateProjectStructureMetadata' as an input of ':my-project:copyResourcesJs'.
2. Declare an explicit dependency on ':my-project:generateProjectStructureMetadata' from ':my-project:copyResourcesJs' using Task#dependsOn.
3. Declare an explicit dependency on ':my-project:generateProjectStructureMetadata' from ':my-project:copyResourcesJs' using Task#mustRunAfter.
For more information, please refer to <https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency> in the Gradle documentation.
- Gradle detected a problem with the following location: 'C:\Users\edoardo.luppi\IdeaProjects\client-example\proto-example\modules\my-project'.
Reason: Task ':my-project:copyResourcesJs' uses this output of task ':my-project:transformCommonMainDependenciesMetadata' 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 ':my-project:transformCommonMainDependenciesMetadata' as an input of ':my-project:copyResourcesJs'.
2. Declare an explicit dependency on ':my-project:transformCommonMainDependenciesMetadata' from ':my-project:copyResourcesJs' using Task#dependsOn.
3. Declare an explicit dependency on ':my-project:transformCommonMainDependenciesMetadata' from ':my-project:copyResourcesJs' using Task#mustRunAfter.
For more information, please refer to <https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency> in the Gradle documentation.
- Gradle detected a problem with the following location: 'C:\Users\edoardo.luppi\IdeaProjects\client-example\proto-example\modules\my-project'.
Reason: Task ':my-project:copyResourcesJs' uses this output of task ':my-project:allMetadataJar' 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 ':my-project:allMetadataJar' as an input of ':my-project:copyResourcesJs'.
2. Declare an explicit dependency on ':my-project:allMetadataJar' from ':my-project:copyResourcesJs' using Task#dependsOn.
3. Declare an explicit dependency on ':my-project:allMetadataJar' from ':my-project:copyResourcesJs' using Task#mustRunAfter.
For more information, please refer to <https://docs.gradle.org/8.3/userguide/validation_problems.html#implicit_dependency> in the Gradle documentation.
hfhbd
10/04/2023, 1:46 PMcopyResourcesJs
?Edoardo Luppi
10/04/2023, 1:51 PMEdoardo Luppi
10/04/2023, 1:54 PMEdoardo Luppi
10/04/2023, 2:00 PMEdoardo Luppi
10/04/2023, 2:01 PMEdoardo Luppi
10/04/2023, 2:06 PMgoncalossilva
10/04/2023, 10:43 PMEdoardo Luppi
10/07/2023, 12:10 PMEdoardo Luppi
10/07/2023, 12:11 PMgoncalossilva
10/07/2023, 12:22 PMEdoardo Luppi
10/07/2023, 12:29 PMEdoardo Luppi
10/07/2023, 12:30 PMgoncalossilva
10/07/2023, 12:30 PMEdoardo Luppi
10/07/2023, 12:32 PM