diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-02-13 14:27:15 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-02-13 14:27:15 +0100 |
| commit | 2e819d59934b5308bc58d6c69709112e2a6af402 (patch) | |
| tree | 320532fb50b0f20ac8bb4976b2825f8003aa3f85 /opendc-model-odc/setup/build.gradle | |
| parent | 407877ff24d3c54747c8b15bba73b93b38c8b6e7 (diff) | |
refactor(#18): Fix OpenDC model deployment
This change fixes the deployment of the OpenDC simulation model.
Diffstat (limited to 'opendc-model-odc/setup/build.gradle')
| -rw-r--r-- | opendc-model-odc/setup/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-model-odc/setup/build.gradle b/opendc-model-odc/setup/build.gradle index ddb5860b..1cca2a6e 100644 --- a/opendc-model-odc/setup/build.gradle +++ b/opendc-model-odc/setup/build.gradle @@ -44,7 +44,7 @@ apply plugin: 'application' apply plugin: 'kotlin' apply plugin: 'org.jetbrains.dokka' -mainClassName = "nl.atlarge.opendc.model.odc.platform.JpaPlatformRunnerKt" +mainClassName = "com.atlarge.opendc.model.odc.platform.JpaPlatformRunnerKt" compileKotlin { kotlinOptions { |
