Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit e87d6ee

Browse files
Update build.gradle.kts
1 parent 939dfb0 commit e87d6ee

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

buildSrc/build.gradle.kts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@ plugins {
44

55
repositories {
66
mavenCentral()
7-
}
7+
}
8+
9+
tasks {
10+
compileKotlin {
11+
kotlinOptions.jvmTarget = "16"
12+
}
13+
14+
withType<JavaCompile> {
15+
this.options.encoding = "UTF-8"
16+
}
17+
}

0 commit comments

Comments
 (0)