The publishing block in build.gradle is configured incorrectly
Juuxel opened this issue ยท 0 comments
EP specifies the output jar like this:
artifact(jar) {
builtBy remapJar
}However, that makes the intermediary jar publish with the -dev classifier. A simple fix would be to just change the artifact(jar) to artifact(remapJar), like in the example mod.