Skip to content

Commit

Permalink
build: fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed May 14, 2024
1 parent a2bf473 commit 284a53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ curseforge {
changelogType = "markdown"
addGameVersion("${project.mc_version}")
addGameVersion("Forge")
mainArtifact(tasks.jar) {
mainArtifact(tasks.jarJar) {
displayName = "${project.mod_name} - ${version}"
relations {
requiredDependency "aether"
Expand All @@ -175,7 +175,7 @@ modrinth {
versionType = "${project.version_type}"
versionName = "${project.mod_name} - ${version}"
changelog = new File("$rootDir/docs/CHANGELOG.md").text
uploadFile = tasks.jar
uploadFile = tasks.jarJar
gameVersions = ["${project.mc_version}"]
loaders = ["forge"]
dependencies {
Expand Down

0 comments on commit 284a53a

Please sign in to comment.