Ensure that the full datagen test is ran on build.
Some checks failed
Build / build (21-ubuntu) (push) Has been cancelled
Build / client_test (push) Has been cancelled
Build / server_test (push) Has been cancelled
Build / check_resources (push) Has been cancelled

This commit is contained in:
modmuss50 2024-11-14 11:01:15 +00:00
parent 34467ab425
commit a884cf33d9

View file

@ -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')