mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-21 10:48:18 -05:00
Ensure that the full datagen test is ran on build.
This commit is contained in:
parent
34467ab425
commit
a884cf33d9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ loom {
|
|||
test.dependsOn runDatagenClient
|
||||
|
||||
tasks.register('datapackZip', Zip) {
|
||||
dependsOn runDatagen
|
||||
dependsOn runDatagenClient
|
||||
archiveFileName = "${base.archivesName.get()}-${project.version}-test-datapack.zip"
|
||||
destinationDirectory = layout.buildDirectory.dir('libs')
|
||||
|
||||
|
|
Loading…
Reference in a new issue