Skip to content

Commit

Permalink
fix: processResources being borked
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Feb 26, 2023
1 parent 2e0bddb commit 274f4c1
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 @@ -100,7 +100,8 @@ processResources {
inputs.property('version', project.version)
inputs.property('forge_major', forge_major)

from('META-INF/mods.toml') {
from(sourceSets.main.resources) {
include("META-INF/mods.toml")
expand 'version': project.version, 'forge_major': forge_major
}
}
Expand Down

0 comments on commit 274f4c1

Please sign in to comment.