Skip to content

Commit

Permalink
build: Fix modrinth publish failing due to JiJ still
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed May 31, 2024
1 parent f5788bb commit b4ddcac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mixin {
}

jarJar.enable()
build.finalizedBy tasks.jarJar
build.dependsOn tasks.jarJar

minecraft {
mappings channel: 'official', version: minecraft_version
Expand Down Expand Up @@ -116,4 +116,5 @@ modrinth {
gameVersions = project.minecraft_versions.split(',').toList()
syncBodyFrom = rootProject.file("modpage.md").text
loaders = ['forge']
}
}
tasks.modrinth.dependsOn(build)

0 comments on commit b4ddcac

Please sign in to comment.