Skip to content

Commit

Permalink
fix maven groupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed May 1, 2022
1 parent 54f05cb commit a77e441
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit a77e441

Please sign in to comment.