We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0dfcbe + 1b88971 commit 845fcc8Copy full SHA for 845fcc8
2 files changed
stream-log-file/build.gradle.kts
@@ -13,6 +13,11 @@ rootProject.extra.apply {
13
14
apply(from = "$rootDir/scripts/publish-module.gradle")
15
16
+java {
17
+ sourceCompatibility = JavaVersion.VERSION_1_8
18
+ targetCompatibility = JavaVersion.VERSION_1_8
19
+}
20
+
21
dependencies {
22
testImplementation(Dependencies.junit4)
23
detektPlugins(Dependencies.detektFormatting)
stream-log/build.gradle.kts
0 commit comments