Skip to content

Commit

Permalink
Fix Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Jun 23, 2024
1 parent 568637e commit 0ffd57b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ publishMods {
version = "${mod_version}"
type = STABLE

def neoOptions = publishOptions {
file = project.provider { project(":neo").tasks.jar }.flatMap { it.archiveFile }
displayName = "${project.name} Neo ${mod_version}+mc${minecraft_version}"
modLoaders.add("neoforge")
}

def curseForgeOptions = curseforgeOptions {
accessToken = providers.environmentVariable("CURSE_TOKEN")
Expand Down

0 comments on commit 0ffd57b

Please sign in to comment.