From 6466d5e1b8da4582434f02dff2ab56e8f736ef85 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 4 May 2021 20:31:48 +0200 Subject: harness: Extend Harness CLI with classpath options This change adds support for appending libraries to the classpath when searching for experiments to run using the OpenDC Harness command line interface. --- opendc-harness/opendc-harness-cli/build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'opendc-harness/opendc-harness-cli/build.gradle.kts') diff --git a/opendc-harness/opendc-harness-cli/build.gradle.kts b/opendc-harness/opendc-harness-cli/build.gradle.kts index 26f02f55..3e169e2a 100644 --- a/opendc-harness/opendc-harness-cli/build.gradle.kts +++ b/opendc-harness/opendc-harness-cli/build.gradle.kts @@ -25,6 +25,12 @@ description = "Command line interface of OpenDC Harness" /* Build configuration */ plugins { `kotlin-library-conventions` + application +} + +application { + applicationName = "opendc-harness" + mainClass.set("org.opendc.harness.runner.cli.ConsoleRunnerKt") } dependencies { -- cgit v1.2.3