From e1a5b581ae957cc5b07c6083557cd3bcc137894b Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 23 Apr 2022 12:11:44 +0200 Subject: build: Move modules into subgroups This change updates the Gradle build configuration of the project to publish the different type of modules (e.g., opendc-compute, opendc-simulator) into their own groups. --- opendc-workflow/build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opendc-workflow/build.gradle.kts') diff --git a/opendc-workflow/build.gradle.kts b/opendc-workflow/build.gradle.kts index 3cefa409..ae05d4ad 100644 --- a/opendc-workflow/build.gradle.kts +++ b/opendc-workflow/build.gradle.kts @@ -21,3 +21,7 @@ */ description = "Workflow orchestration for OpenDC" + +subprojects { + group = "org.opendc.workflow" +} -- cgit v1.2.3