fix: removed nonexistant deps
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
35ec799d5b
commit
d63735e8d4
1 changed files with 0 additions and 15 deletions
|
@ -93,21 +93,6 @@ tasks {
|
|||
dependsOn("generateTemplates", "processResources")
|
||||
}
|
||||
|
||||
withType<JavaCompile> {
|
||||
// ensure that the encoding is set to UTF-8, no matter what the system default is
|
||||
// this fixes some edge cases with special characters not displaying correctly
|
||||
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
|
||||
// If Javadoc is generated, this must be specified in that task too.
|
||||
options.encoding = "UTF-8"
|
||||
/*
|
||||
if (targetJavaVersion >= 10 || JavaVersion.current().isJava10Compatible) {
|
||||
options.release.set(targetJavaVersion)
|
||||
}
|
||||
*/
|
||||
|
||||
dependsOn("generateTemplates", "processResources")
|
||||
}
|
||||
|
||||
withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = targetJavaVersion.toString()
|
||||
|
||||
|
|
Loading…
Reference in a new issue