We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3462c8f commit f35c211Copy full SHA for f35c211
examples/powertools-examples-core-utilities/kotlin/build.gradle.kts
@@ -17,7 +17,6 @@ dependencies {
17
aspect("software.amazon.lambda:powertools-tracing:2.0.0-SNAPSHOT")
18
aspect("software.amazon.lambda:powertools-logging-log4j:2.0.0-SNAPSHOT")
19
aspect("software.amazon.lambda:powertools-metrics:2.0.0-SNAPSHOT")
20
- testImplementation("junit:junit:4.13.2")
21
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
22
}
23
@@ -27,12 +26,6 @@ tasks.compileKotlin {
27
26
28
29
30
-tasks.compileTestKotlin {
31
- kotlinOptions {
32
- jvmTarget = "1.8"
33
- }
34
-}
35
-
36
// If using JDK 11 or higher, use the following instead:
37
//kotlin {
38
// jvmToolchain(11)
0 commit comments