fix maven groupid error

This commit is contained in:
maggi373 2022-05-01 14:43:46 +02:00
parent 54f05cba40
commit a77e441ca5

View file

@ -196,6 +196,9 @@ publishing {
groupId = project.group
version = project.version
artifacts = [toolsJar, coreJar, generatorsJar, MDKZip, alltJar]
components.java.withVariantsFromConfiguration(configurations.runtimeElements) {
skip()
}
pom {
name.set("Mekanism 1.7.10 Community Edition")
description.set('Mekanism is a Minecraft add-on featuring high-tech machinery that can be used to create powerful tools, armor, and weapons.')