Skip to content

Commit

Permalink
build.gradle(EveryComp): Added SourceJar to be upload to Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelbayria committed Dec 16, 2024
1 parent 029cee6 commit a01071d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ subprojects {
modrinth {
projectId = "every-compat"
uploadFile = tasks.remapJar
additionalFiles.add(tasks.remapSourcesJar)
gameVersions = [rootProject.minecraft_version]
loaders = [modLoader]
changelog = changelogText
Expand All @@ -53,6 +54,7 @@ subprojects {
required.project "moonlight"
}
} else {
versionName = mod_version + '-forge'
dependencies {
required.project "moonlight"
}
Expand Down

0 comments on commit a01071d

Please sign in to comment.