Make task for copying generated stuff on task generating stuff.
This commit is contained in:
@@ -136,6 +136,7 @@ minecraft {
|
||||
}
|
||||
|
||||
task copyGeneratedResources(type: Copy) {
|
||||
dependsOn { runData }
|
||||
from "src/generated"
|
||||
into "src/main"
|
||||
exclude "resources/.cache"
|
||||
|
||||
Reference in New Issue
Block a user