Skip to content

Commit

Permalink
Also publish sources jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 1, 2024
1 parent 7ec891d commit cc83927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ tasks.sourcesJar {
modrinth {
versionName.set("Bingo ${rootProject.version} for Fabric")
uploadFile.set(tasks.remapJar)
additionalFiles.add(tasks.sourcesJar)
loaders.add("fabric")
dependencies {
required.project("fabric-api")
Expand Down
1 change: 1 addition & 0 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ tasks.sourcesJar {
modrinth {
versionName = "Bingo ${rootProject.version} for NeoForge"
uploadFile.set(tasks.remapJar)
additionalFiles.add(tasks.sourcesJar)
loaders.add("neoforge")
}

0 comments on commit cc83927

Please sign in to comment.