summaryrefslogtreecommitdiff
path: root/simulator/opendc-runner-web/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-runner-web/build.gradle.kts')
-rw-r--r--simulator/opendc-runner-web/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/simulator/opendc-runner-web/build.gradle.kts b/simulator/opendc-runner-web/build.gradle.kts
index a46e430f..7ae3c641 100644
--- a/simulator/opendc-runner-web/build.gradle.kts
+++ b/simulator/opendc-runner-web/build.gradle.kts
@@ -29,7 +29,7 @@ plugins {
}
application {
- mainClassName = "org.opendc.runner.web.MainKt"
+ mainClass.set("org.opendc.runner.web.MainKt")
}
dependencies {
@@ -45,7 +45,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8") {
exclude("org.jetbrains.kotlin", module = "kotlin-reflect")
}
-
+ implementation("io.sentry:sentry-log4j2:3.1.1")
implementation("org.mongodb:mongodb-driver-sync:4.0.5")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.13.1")