Skip to content

Commit

Permalink
ci: try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Oct 5, 2024
1 parent e5ab2cd commit 6a1473f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,10 @@ modrinth {
embedded.version "cumulus", "${project.cumulus_version}"
optional.project "starlight-forge"
}
autoAddDependsOn = true
}

tasks.modrinth.mustRunAfter('optimizeOutputsOfJar')

mixin {
config "${project.mod_id}.mixins.json"
add sourceSets.main, "${project.mod_id}.refmap.json"
Expand Down

0 comments on commit 6a1473f

Please sign in to comment.