attempt to fix missing toml file

This commit is contained in:
progwml6 2020-11-02 22:08:03 -05:00
parent bb0f2345d0
commit 71b6aee788
1 changed files with 3 additions and 4 deletions

View File

@ -139,10 +139,9 @@ version = "${minecraft_version}-${mod_version}.${project.buildInfo.buildNum}"
sourceSets { sourceSets {
main { main {
resources { resources {
srcDirs = [ srcDirs "src/generated/resources"
"$rootDir/src/main/resources", //But exclude the cache of the generated data from what gets built
"$rootDir/src/generated/resources" exclude '.cache'
]
} }
} }
} }