MrTJP / MrTJPCore

Common libraries accross all mods
http://projectredwiki.com/
GNU Lesser General Public License v3.0
13 stars 19 forks source link

Gradle caching bug #33

Closed GiovanH closed 6 months ago

GiovanH commented 5 years ago

The gradle script used to build the core does not install the archive jar files into the local gradle cache, so building any subsequent mods that depend on this core fails.

According to the gradle --info log, the "install" directive has no targets.

(This might be user error. If it is, please let me know what I'm doing wrong.)

GiovanH commented 6 months ago

Assuming user error.