Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

I m unable to build this, getting artifact not found

Andrelissss opened this issue ยท 8 comments

commented

What do you need help with?

I m trying to build this:https://github.com/SM1LLER/baritone/tree/ccc3913e8c043d53407e13b6ddb41edb21d6f7b2

but when i press build i get this
image
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':proguard'.

Artifact not found! Run build first!

  • 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.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

it says me to run build first but thats what i m running

Final checklist

  • I know how to properly use check boxes
  • I have not used any OwO's or UwU's in this issue.
commented

is the worksspace set up?
have you selected the correct script to build the jars?
have you changed anything inside progard/the build script regarding where the files should get saved / is progard searching them at the right position?

commented

how do i setup work space? and i didnt change anything i m just trying to build it
image
this is what i m running

commented

your on a 1.12 branche right? (its only needed there)
go to: baritone > tasks > forgegradle > setupDevWorkspace
run it once and try building the jars again

commented

1.18

commented

last thing before i have to give up is try make a break point at the following method and run the build script in debug mode. maybe you finde out what goes wrong
baritone>buildSrc>src>main>java>baritone>gradle>task>BaritoneGradleTask>verifyArtifacts()

commented

The version you are trying to build is older than #3363 so you will have to manually add rootProject.name = 'baritone' to settings.gradle.

commented

and how do i do that lol

commented

nvm got it working