Skip to content

Commit

Permalink
Add server requirement field to publishing plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Sep 15, 2024
1 parent 4adb756 commit 8ef4495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ publishMods {
projectId = project.curseforge_id
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
clientRequired = true
serverRequired = true
minecraftVersionRange {
start = project.version_start
end = project.version_end
Expand Down

0 comments on commit 8ef4495

Please sign in to comment.