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 {
main {
resources {
srcDirs = [
"$rootDir/src/main/resources",
"$rootDir/src/generated/resources"
]
srcDirs "src/generated/resources"
//But exclude the cache of the generated data from what gets built
exclude '.cache'
}
}
}