diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-26 15:03:35 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-03 20:15:56 +0200 |
| commit | 19f6ae16e68ca81a6cf0aae023caaa52df6ebce6 (patch) | |
| tree | c746d1a4606b099354c551d0068421336a452687 /build.gradle.kts | |
| parent | 8f75336cb802b770d1ac53efb155632dd2dd94d2 (diff) | |
build: Add support for distribution packaging
This change configures the Distribution plugin for the root project and
aggregates the artifacts of the other projects to generate a single
distribution file containing all libraries and binaries.
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 061d8fc3..a4d02854 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,6 +23,7 @@ plugins { `dokka-conventions` `jacoco-aggregation` + `distribution-conventions` } allprojects { |
