Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The publishing block in build.gradle is configured incorrectly #45

Open
Juuxel opened this issue Aug 3, 2020 · 0 comments
Open

The publishing block in build.gradle is configured incorrectly #45

Juuxel opened this issue Aug 3, 2020 · 0 comments

Comments

@Juuxel
Copy link
Contributor

Juuxel commented Aug 3, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant