Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Look into cross project task dependencies #23

Open
MiniDigger opened this issue Jun 17, 2021 · 0 comments
Open

Look into cross project task dependencies #23

MiniDigger opened this issue Jun 17, 2021 · 0 comments
Labels
hopefully We want to do this, but it may not be likely type: feature New feature or request

Comments

@MiniDigger
Copy link
Member

> Task :paper:Paper-API:jar
Execution optimizations have been disabled for task ':paper:Paper-API:jar' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-API\build\classes\java\main'. Reason: Task ':paper:Paper-API:jar' uses this output of task ':paper:applyApiPatches' 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.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-API\build\pom.properties'. Reason: Task ':paper:Paper-API:jar' uses this output of task ':paper:applyApiPatches' 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 ht
tps://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-API\build\resources\main'. Reason: Task ':paper:Paper-API:jar' uses this output of task ':paper:applyApiPatches' 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 ht
tps://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-API\build\tmp\jar\MANIFEST.MF'. Reason: Task ':paper:Paper-API:jar' uses this output of task ':paper:applyApiPatches' 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.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :paper:Paper-MojangAPI:compileJava
Execution optimizations have been disabled for task ':paper:Paper-MojangAPI:compileJava' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-API\build\classes\java\main'. Reason: Task ':paper:Paper-MojangAPI:compileJava' uses this output of task ':paper:applyApiPatches' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. P
lease refer to https://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-MojangAPI\src\main\java\com\destroystokyo\paper\event\brigadier\AsyncPlayerSendCommandsEvent.java:30: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public class AsyncPlayerSendCommandsEvent <S extends BukkitBrigadierCommandSource> extends PlayerEvent {
       ^
D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-MojangAPI\src\main\java\com\destroystokyo\paper\event\brigadier\CommandRegisteredEvent.java:24: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public class CommandRegisteredEvent <S extends BukkitBrigadierCommandSource> extends ServerEvent implements Cancellable {
       ^
2 warnings

> Task :paper:Paper-Server:compileJava
Execution optimizations have been disabled for task ':paper:Paper-Server:compileJava' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\.gradle\caches\paperweight\taskCache\minecraft.jar'. Reason: Task ':paper:Paper-Server:compileJava' uses this output of task ':paper:copyResources' 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.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-API\build\classes\java\main'. Reason: Task ':paper:Paper-Server:compileJava' uses this output of task ':paper:applyApiPatches' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Plea
se refer to https://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-Server\src\main\java'. Reason: Task ':paper:Paper-Server:compileJava' uses this output of task ':paper:applyServerPatches' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please r
efer to https://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Note: Processing Log4j annotations
Note: Annotations processed
Note: Processing Log4j annotations
Note: No elements to process
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :paper:Paper-Server:processResources
Execution optimizations have been disabled for task ':paper:Paper-Server:processResources' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-Server\src\main\resources'. Reason: Task ':paper:Paper-Server:processResources' uses this output of task ':paper:applyServerPatches' 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.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :paper:Paper-Server:shadowJar
Execution optimizations have been disabled for task ':paper:Paper-Server:shadowJar' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\.gradle\caches\paperweight\taskCache\minecraft.jar'. Reason: Task ':paper:Paper-Server:shadowJar' uses this output of task ':paper:copyResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are e
xecuted. Please refer to https://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-API\build\libs\Paper-API-1.17-R0.1-SNAPSHOT.jar'. Reason: Task ':paper:Paper-Server:shadowJar' uses this output of task ':paper:applyApiPatches' 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.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-Server\build\classes\java\main'. Reason: Task ':paper:Paper-Server:shadowJar' uses this output of task ':paper:applyServerPatches' 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.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-Server\build\publications\maven\pom-default.xml'. Reason: Task ':paper:Paper-Server:shadowJar' uses this output of task ':paper:applyServerPatches' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tas
ks are executed. Please refer to https://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-Server\build\resources\main'. Reason: Task ':paper:Paper-Server:shadowJar' uses this output of task ':paper:applyServerPatches' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Ple
ase refer to https://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-Server\build\tmp\shadowJar\MANIFEST.MF'. Reason: Task ':paper:Paper-Server:shadowJar' uses this output of task ':paper:applyServerPatches' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are ex
ecuted. Please refer to https://docs.gradle.org/7.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :paper:generateReobfMappings
Execution optimizations have been disabled for task ':paper:generateReobfMappings' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'D:\IntellijProjects\ForkTest\.gradle\caches\paperweight\upstreams\paper\Paper-Server\build\libs\Paper-Server-1.17-R0.1-SNAPSHOT-mojang-mapped.jar'. Reason: Task ':paper:generateReobfMappings' uses this output of task ':paper:applyServerPatches' 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.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

@DenWav DenWav added type: feature New feature or request hopefully We want to do this, but it may not be likely labels Jun 27, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
hopefully We want to do this, but it may not be likely type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants