@@ -5,12 +5,11 @@ val ktorVersion = "3.1.1"
5
5
val logstashVersion = " 8.0"
6
6
val logbackVersion = " 1.5.17"
7
7
val opentelemetryVersion = " 1.47.0"
8
- val opentelemetryKtorVersion = " 2.11.0 -alpha"
8
+ val opentelemetryKtorVersion = " 2.13.3 -alpha"
9
9
10
10
plugins {
11
11
application
12
12
kotlin(" jvm" ) version " 2.1.10"
13
- // id("org.jmailen.kotlinter") version "4.5.0"
14
13
id(" com.github.ben-manes.versions" ) version " 0.52.0"
15
14
id(" com.gradleup.shadow" ) version " 8.3.6" apply false
16
15
}
@@ -27,7 +26,6 @@ allprojects {
27
26
subprojects {
28
27
apply (plugin = " application" )
29
28
apply (plugin = " kotlin" )
30
- // apply(plugin = "org.jmailen.kotlinter")
31
29
apply (plugin = " com.gradleup.shadow" )
32
30
33
31
application {
@@ -43,9 +41,6 @@ subprojects {
43
41
attributes[" Main-Class" ] = " io.nais.WonderwalledKt"
44
42
}
45
43
}
46
- /* lintKotlin {
47
- dependsOn("formatKotlin")
48
- }*/
49
44
50
45
withType<JavaExec >().named(" run" ) {
51
46
environment = file(" $rootDir /.env" )
@@ -72,7 +67,7 @@ subprojects {
72
67
implementation(" com.natpryce:konfig:${konfigVersion} " )
73
68
implementation(" io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:${opentelemetryKtorVersion} " )
74
69
implementation(" io.opentelemetry:opentelemetry-sdk:${opentelemetryVersion} " )
75
- implementation(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:$opentelemetryVersion " );
70
+ implementation(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:$opentelemetryVersion " )
76
71
implementation(" io.opentelemetry:opentelemetry-exporter-otlp:${opentelemetryVersion} " )
77
72
implementation(" io.opentelemetry:opentelemetry-extension-kotlin:${opentelemetryVersion} " )
78
73
implementation(" net.logstash.logback:logstash-logback-encoder:${logstashVersion} " )
0 commit comments