Skip to content

Commit

Permalink
1.17 time :crob:
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Aug 30, 2021
1 parent 50e8bcb commit 04f76e1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ dependencies {
processResources {
inputs.property "version", project.version

from(sourceSets.main.resources.srcDirs) {
include "fabric.mod.json"
expand "version": project.version
}
filteringCharset = "UTF-8"

from(sourceSets.main.resources.srcDirs) {
exclude "fabric.mod.json"
filesMatching("fabric.mod.json") {
expand "version": project.version
}
}

Expand Down

0 comments on commit 04f76e1

Please sign in to comment.