MehVahdJukaar / mapatlases-neoforge

GNU General Public License v3.0
21 stars 5 forks source link

Unable to build from sources #114

Open Estecka opened 3 months ago

Estecka commented 3 months ago

Beside the other issue I reported, there are a few other tweaks I want to try out, but I can't figure how to build this particular project:

  1. I cloned the repository
  2. I opened a terminal at the root, and ran ./gradlew genSourcesWithCfr
  3. The task fails with this error:
    
    FAILURE: Build failed with an exception.

BUILD FAILED in 13s



For the sake of experimentation, I went into all the build.gradle files and removed all lines the like of `modImplmentation("net.mehvahdjukaar:xxx")`. After that change, the `genSources` task was able to complete succesfully. (But obviously, the code would not compile.)

I think the build files are simply missing the repository for `net.mehvahdjukaar` ?
MehVahdJukaar commented 3 months ago

they are. thats on my local maven. You got to add it yourself, either like i have or using curse or modrinth maven or add the dep manually any other way

Estecka commented 3 months ago

I think I got things working, but that was a bit unwieldy. Not knowing where to get the dependencies' correct version, I ended up needing to upgrade a bunch of other things.

If I give the "common" project a Moonlight jar that is specific to fabric/forge, I'm not gonna get any bad surprises, am I ?