Gradle - signModule Task not found

We are trying to following the instructions listed here to sign modules with Gradle:

However, we are getting the following error:

When we list all the tasks from Gradle, we are unable to find the "signModule" in the list.

I'm sure there is something simple we're missing. Any thoughts?

The gradle plugin is meant to be used/reference by your own gradle build.

Have you set this up yet? ignition-module-tools/gradle-module-plugin at f8ab54a14e4ca0b7899fe67593e4e81e56301925 · inductiveautomation/ignition-module-tools · GitHub