Make task for copying generated stuff on task generating stuff.

This commit is contained in:
Florian Nücke
2021-05-17 20:19:22 +02:00
parent 0564f590ef
commit 2c96182148

View File

@@ -136,6 +136,7 @@ minecraft {
}
task copyGeneratedResources(type: Copy) {
dependsOn { runData }
from "src/generated"
into "src/main"
exclude "resources/.cache"