Skip to content

Release v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 18:20
· 25 commits to root since this release
cb14dae

Gradle Plugins 1.2.1

This version makes a small change to the KordEx plugin.

KordEx Plugin

For developers working on complex Gradle projects, the plugin now supports an addDependencies configuration option, which you can use to prevent the plugin from configuring any dependencies.

This may be useful in multi-module projects where you want to define a "common" module that depends on Kord Extensions and configure bots in other modules depending on that one.


Commits (1)

  • cb14da: 1.2.1: addDependencies option for KordEx plugin