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
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Hi! I'm trying to build Mirai on my local PC (Windows 11 with WSL) and getting this error:
pelfox@pelfox-dev:~/Mirai$ ./gradlew applyPatches
To honour the JVM settings forthis build a single-use Daemon process will be forked. Seehttps://docs.gradle.org/7.3.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.Daemon will be stopped at the end of the build
Configuration on demand is an incubating feature.
>Task :Pufferfish:paper:applyServerPatches
Auto packing the repository in background for optimum performance.
See"git help gc"for manual housekeeping.
>Task :applyApiPatches FAILED
FAILURE: Build failed with an exception.
*What went wrong:
A problem was found with the configuration of task ':applyApiPatches' (type 'SimpleApplyGitPatches').
-In plugin 'io.papermc.paperweight.patcher' type 'io.papermc.paperweight.patcher.tasks.SimpleApplyGitPatches' property 'upstreamDir' specifies directory '/home/pelfox/Mirai/.gradle/caches/paperweight/upstreams/Pufferfish/Pufferfish-API' which doesn't exist. Reason: An input file was expected to be present but it doesn't exist.
Possiblesolutions:
1. Make sure the directory exists before the task is called.
2. Make sure that the task which produces the directory is declared as an input.
Please refer to https://docs.gradle.org/7.3.1/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.*Try:
>Run with --stacktrace option to get the stack trace.
>Run with --info or --debug option to get more log output.
>Run with --scan to get full insights.
*Get more help at https://help.gradle.orgBUILDFAILEDin 52s
3 actionable tasks: 3 executed
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to build Mirai on my local PC (Windows 11 with WSL) and getting this error:
The text was updated successfully, but these errors were encountered: