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 b6719c4 commit fb6b6f6Copy full SHA for fb6b6f6
plugins/build.gradle.kts
@@ -16,11 +16,9 @@
16
*/
17
18
import com.github.vlsi.gradle.buildtools.filterEolSimple
19
-import com.gradle.publish.PluginBundleExtension
20
import org.gradle.api.publish.PublishingExtension
21
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
import org.gradle.jvm.tasks.Jar
23
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
24
25
plugins {
26
id("org.jetbrains.dokka") apply false
@@ -79,9 +77,6 @@ subprojects {
79
77
}
80
78
maxParallelForks = 8
81
82
- withType<KotlinCompile>().configureEach {
83
- kotlinOptions.jvmTarget = "1.8"
84
- }
85
withType<JavaCompile>().configureEach {
86
options.encoding = "UTF-8"
87
0 commit comments