Skip to content

Commit b03a819

Browse files
committed
Small change part 2.
1 parent 0093e5a commit b03a819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ modrinth {
191191
versionNumber = project.mod_version // You don't need to set this manually. Will fail if Modrinth has this version already
192192
versionType = "release" // This is the default -- can also be `beta` or `alpha`
193193
uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
194+
additionalFiles = [remapSourcesJar]
194195
gameVersions = ["b1.7.3"] // Must be an array, even with only one version
195196
loaders = ["fabric"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
196197
changelog = Files.readString(java.nio.file.Path.of("${rootProject.projectDir}/CHANGELOG.md"))

0 commit comments

Comments
 (0)