From 3938b9568aded2ec8483a9bce882a39dfa23870b Mon Sep 17 00:00:00 2001 From: Wagyourtail Date: Thu, 24 Oct 2024 07:05:49 -0500 Subject: [PATCH] fix task in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292012d..c6dc824 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ dependencies { to then apply the annotations in a subproject or other module, you can either do: ```gradle -tasks.create("expectPlatformOutput") { +tasks.create("expectPlatformOutput", xyz.wagyourtail.unimined.expect.ExpectPlatformFiles) { group = "unimined" platformName = platformName inputCollection = rootProject.sourceSets["main"].output