Closed Justman100 closed 9 months ago
Can you try to compile develop branch
Can you try to compile develop branch
Have tried with both branches
Can you try to compile develop branch
Have tried with both branches
How you try to compile the plugin
Can you try to compile develop branch
Have tried with both branches
How you try to compile the plugin
With the main branch
git init
git pull https://github.com/Geik-xyz/Farmer-v6.git
mvn package
With the develope branch
git init
git remote add origin https://github.com/Geik-xyz/Farmer-v6.git
git pull origin develope
mvn package
Can you try to use commands below. One of them should fix your issue.
mvn package tries to package everything together. But you should download dependencies first to use this command. One of the 3 command should download the requirements of project.
Can you try to use commands below. One of them should fix your issue.
1. mvn compile 2. mvn test-compile 3. maven install
mvn package tries to package everything together. But you should download dependencies first to use this command. One of the 3 command should download the requirements of project.
None of them work
Run mvn dependency:copy-dependencies, to download all your dependencies and save them in the target/dependency folder.
Run mvn dependency:copy-dependencies, to download all your dependencies and save them in the target/dependency folder.
Also not
Then please use intellij idea to compile
Then please use intellij idea to compile
I tried it in an IDE! Now I get another error:
Could not resolve dependencies for project xyz.geik.farmer:Farmer:jar:v6-b100: Failed to collect dependencies at com.github.Geik-xyz:GLib:jar:cd0ced12e5 -> eu.okaeri:okaeri-configs-yaml-bukkit:jar:4.0.4: Failed to read artifact descriptor for eu.okaeri:okaeri-configs-yaml-bukkit:jar:4.0.4: The following artifacts could not be resolved: eu.okaeri:okaeri-configs-yaml-bukkit:pom:4.0.4 (absent): Could not transfer artifact eu.okaeri:okaeri-configs-yaml-bukkit:pom:4.0.4 from/to okaeri-repo (https://storehouse.okaeri.eu/repository/maven-public/)
@poyrazinan
@poyrazinan
WHY CLOSED?
Have tried to build the plugin! But, only this comes: