attempt to fix missing toml file
This commit is contained in:
parent
bb0f2345d0
commit
71b6aee788
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue