From 19f6ae16e68ca81a6cf0aae023caaa52df6ebce6 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 26 Apr 2021 15:03:35 +0200 Subject: 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. --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle.kts') 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 { -- cgit v1.2.3