Gradle caching bug
GiovanH opened this issue ยท 1 comments
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.)