Build a plugin
Kestra plugin template includes a Gradle task for building your plugin.
Use ./gradlew shadowJar
to build your plugin.
The resulting JAR file will be generated to the build/libs
directory.
Just drop this JAR on the Kestra plugins path and it will be usable by your Kestra instance.