-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When using this block, metadata is not written to files in the src/main/resources2 directory.
sourceSets.main {
resources.srcDir("src/main/resources2")
modstitch.templatesSourceDirectorySet.srcDir("src/main/resources2")
}
I wanted to combine the use of two directories by making the directory with resources and templates one. But in this case, metadata will not be written to files in the src/main/resources2 directory, although if you use this block, everything is fine.
sourceSets.main {
modstitch.templatesSourceDirectorySet.srcDir("src/main/resources2")
}
Metadata
Metadata
Assignees
Labels
No labels