Skip to content

Commit

Permalink
fix task in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Oct 24, 2024
1 parent 701e711 commit 3938b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3938b95

Please sign in to comment.