
Пишу свой плагин, FlickRep. При попытке сборки пишет такое:
Дайте пожалуйста ссылки на необходимые API (и скажи чётко где скачать) для диапозона версий 1.16.5 - 1.21.4.
1. PlaceholderAPI
2. Vault
3. Paper (Bukkit)
4. LuckPerms
Я новичок в среде создания плагинов и многих вещей не понимаю ещё, отнеситесь с пониманием
PS C:\Users\Den\.gradle\caches> cd C:\Users\Den\IdeaProjects\FlickRep
PS C:\Users\Den\IdeaProjects\FlickRep> .\gradlew build --refresh-dependencies
Starting a Gradle Daemon (subsequent builds will be faster)
[Incubating] Problems report is available at: file:///C:/Users/Den/IdeaProjects/FlickRep/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':distTar'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
> Failed to calculate the value of task ':compileJava' property 'javaCompiler'.
> Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=17, vendor=any vendor, implementation=vendor-specific} for WINDOWS on x86_64.
> No locally installed toolchains match and toolchain download repositories have not been configured.
* Try:
> Learn more about toolchain auto-detection at https://docs.gradle.org/8.12/userguide/toolchains.html#sec:auto_detection.
> Learn more about toolchain repositories at https://docs.gradle.org/8.12/userguide/toolchains.html#sub:download_repositories.
> 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.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 6s
PS C:\Users\Den\IdeaProjects\FlickRep> .\gradlew build --refresh-dependencies
Starting a Gradle Daemon (subsequent builds will be faster)
[Incubating] Problems report is available at: file:///C:/Users/Den/IdeaProjects/FlickRep/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':distTar'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
> Failed to calculate the value of task ':compileJava' property 'javaCompiler'.
> Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=17, vendor=any vendor, implementation=vendor-specific} for WINDOWS on x86_64.
> No locally installed toolchains match and toolchain download repositories have not been configured.
* Try:
> Learn more about toolchain auto-detection at https://docs.gradle.org/8.12/userguide/toolchains.html#sec:auto_detection.
> Learn more about toolchain repositories at https://docs.gradle.org/8.12/userguide/toolchains.html#sub:download_repositories.
> 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.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 5s
PS C:\Users\Den\IdeaProjects\FlickRep>
Дайте пожалуйста ссылки на необходимые API (и скажи чётко где скачать) для диапозона версий 1.16.5 - 1.21.4.
1. PlaceholderAPI
2. Vault
3. Paper (Bukkit)
4. LuckPerms
Я новичок в среде создания плагинов и многих вещей не понимаю ещё, отнеситесь с пониманием