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 {
|
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'
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue