Can't compiled EcoQuest
Hello, I'm trying to compile a plugin by auxilor with a guide I found somewhere in this server. However, when I input the command gradlew build, it says build failed in the end.
I read the error message, and it seems to require something called libreforge, but I don't know what to do next seeing as I'm new to this.
Help would be appreciated.
Microsoft Windows [Version 10.0.19045.4651]
(c) Microsoft Corporation. All rights reserved.
C:\Users\PC>cd C:\Users\PC\Desktop\Compiled Plugins\EcoQuests-master
C:\Users\PC\Desktop\Compiled Plugins\EcoQuests-master>gradlew build
Starting a Gradle Daemon, 2 incompatible Daemons could not be reused, use --status for details
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':build'.
> Could not create task ':libreforgeJar'.
> Could not resolve all files for configuration ':libreforge'.
> Could not find com.willfp:libreforge:4.68.0.
Searched in the following locations:
- file:/C:/Users/PC/.m2/repository/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.maven.apache.org/maven2/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.papermc.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.auxilor.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://jitpack.io/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
Required by:
project :
* 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.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.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 12s
5 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by supposal#0
./gradlew build
Starting a Gradle Daemon, 4 incompatible and 1 stopped Daemons could not be reused, use --status for details
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':build'.
> Could not create task ':libreforgeJar'.
> Could not resolve all files for configuration ':libreforge'.
> Could not find com.willfp:libreforge:4.68.0.
Searched in the following locations:
- file:/C:/Users/PC/.m2/repository/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.maven.apache.org/maven2/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.papermc.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.auxilor.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://jitpack.io/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
Required by:
project :
* 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.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.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 8s
PS C:\Users\PC\IdeaProjects\EcoJobs> ./gradlew jar
> Task :eco-core:core-plugin:compileKotlin FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':eco-core:core-plugin:compileKotlin'.
> Could not resolve all files for configuration ':eco-core:core-plugin:compileClasspath'.
> Could not find com.willfp:libreforge:4.68.0.
Searched in the following locations:
- file:/C:/Users/PC/.m2/repository/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.maven.apache.org/maven2/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.papermc.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.auxilor.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://jitpack.io/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
Required by:
project :eco-core:core-plugin
> Could not resolve com.willfp:libreforge-loader:4.68.0.
Required by:
project :eco-core:core-plugin
> Could not resolve com.willfp:libreforge-loader:4.68.0.
> Could not get resource 'https://jitpack.io/com/willfp/libreforge-loader/4.68.0/libreforge-loader-4.68.0.pom'.
> Could not GET 'https://jitpack.io/com/willfp/libreforge-loader/4.68.0/libreforge-loader-4.68.0.pom'. Received status code 401 from server: Unauthorized
* 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.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.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 3s
6 actionable tasks: 4 executed, 2 up-to-date
Tried something else and it gave me a different error this time
nvm
i think i get what seems to be the problem nowthis reads a lot better if you use code blocks (3 ` instead of 1)
will do if there's a next time
!close
post closed!
The post/thread has been closed!
Requested by supposal#0