Skip to content

Commit

Permalink
Fix use of Modrinth plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schifferer <[email protected]>
  • Loading branch information
paulyhedral committed Jan 16, 2024
1 parent 3477b1e commit fa8c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ modrinth {
uploadFile = jar
additionalFiles = [apiJar]
gameVersions = [project.target_mc_version] // Must be an array, even with only one version
changelog = file("CHANGELOG/${project.base_mc_version}/current.md")
changelog = file("CHANGELOG/${project.base_mc_version}/current.md").text
loaders = ["forge"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
dependencies { // A special DSL for creating dependencies
// scope.type
Expand Down

0 comments on commit fa8c526

Please sign in to comment.