diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-03-11 16:31:19 +0100 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-03-11 16:31:19 +0100 |
| commit | 52755a9cd839116888016b9277e6812a0f14d1d2 (patch) | |
| tree | 4dec6817ac9792880e44050c02909f282f05eed2 | |
| parent | 5de05ebfbf46b7daabf0bd15a25ff7b5b9eb5aaa (diff) | |
Fix main file in gradle setup
| -rw-r--r-- | opendc/opendc-experiments-sc20/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/opendc-experiments-sc20/build.gradle.kts b/opendc/opendc-experiments-sc20/build.gradle.kts index 0c0b8bac..d3b37336 100644 --- a/opendc/opendc-experiments-sc20/build.gradle.kts +++ b/opendc/opendc-experiments-sc20/build.gradle.kts @@ -31,7 +31,7 @@ plugins { } application { - mainClassName = "com.atlarge.opendc.experiments.sc20.TestExperiment" + mainClassName = "com.atlarge.opendc.experiments.sc20.TestExperimentKt" } dependencies { |
