Skip to content

Commit f35c211

Browse files
committed
fix logging examples #4
1 parent 3462c8f commit f35c211

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/powertools-examples-core-utilities/kotlin/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies {
1717
aspect("software.amazon.lambda:powertools-tracing:2.0.0-SNAPSHOT")
1818
aspect("software.amazon.lambda:powertools-logging-log4j:2.0.0-SNAPSHOT")
1919
aspect("software.amazon.lambda:powertools-metrics:2.0.0-SNAPSHOT")
20-
testImplementation("junit:junit:4.13.2")
2120
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2221
}
2322

@@ -27,12 +26,6 @@ tasks.compileKotlin {
2726
}
2827
}
2928

30-
tasks.compileTestKotlin {
31-
kotlinOptions {
32-
jvmTarget = "1.8"
33-
}
34-
}
35-
3629
// If using JDK 11 or higher, use the following instead:
3730
//kotlin {
3831
// jvmToolchain(11)

0 commit comments

Comments
 (0)