diff options
Diffstat (limited to 'opendc-integration-jpa/build.gradle')
| -rw-r--r-- | opendc-integration-jpa/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opendc-integration-jpa/build.gradle b/opendc-integration-jpa/build.gradle index a3aa9dc8..4d0729b7 100644 --- a/opendc-integration-jpa/build.gradle +++ b/opendc-integration-jpa/build.gradle @@ -43,9 +43,12 @@ buildscript { apply plugin: 'java' apply plugin: 'kotlin' apply plugin: 'kotlin-jpa' +apply plugin: 'application' apply plugin: 'org.jetbrains.dokka' apply plugin: 'org.junit.platform.gradle.plugin' +mainClassName = "nl.atlarge.opendc.platform.JpaPlatformRunnerKt" + compileKotlin { kotlinOptions { jvmTarget = "1.8" |
