Skip to content

Commit

Permalink
adding mainClass to be able to build vitrivr-engine-server
Browse files Browse the repository at this point in the history
  • Loading branch information
rahelarnold98 committed Dec 20, 2023
1 parent 41367f7 commit 3dd3ed5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vitrivr-engine-server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.plugin.serialization' version "$version_kotlin"
id 'application'
}

dependencies {
Expand All @@ -26,4 +27,8 @@ dependencies {

/* Kapt. */
kapt("io.javalin.community.openapi:openapi-annotation-processor:$version_javalin")
}

application {
mainClassName = 'org.vitrivr.engine.server.MainKt'
}

0 comments on commit 3dd3ed5

Please sign in to comment.