AcademyCraft

AcademyCraft

1M Downloads

Dev env setup

dingshao0402 opened this issue ยท 2 comments

commented

Hey, I have an issue setting up the dev env. After I cloned the repo and ran gradle install, there is an exception as you can see below.

It seems like I do not have permission to access LamdaLib pom file. I'm wondering if it is the right way to set up. Appreciated if you can give me help. Thanks!

commented

you must first build LambdaLib with the required version as specified in build.properties locally (using gradlew install).

As stated in README, clone LambdaLib and run gradlew install command, and then you can build AcademyCraft.

commented

Cool. It works. Thanks man!