fix: trying to fix ci v2

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-03-12 04:37:23 +01:00
parent 2d13729405
commit 4b815a346b

View file

@ -92,6 +92,14 @@ tasks {
dependsOn("generateTemplates", "processResources") dependsOn("generateTemplates", "processResources")
} }
withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
dependencies {
include(dependency("com.formdev:flatlaf:2.4"))
include(dependency("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"))
}
dependsOn("generateTemplates", "processResources")
}
withType<JavaCompile> { withType<JavaCompile> {
// ensure that the encoding is set to UTF-8, no matter what the system default is // 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 // this fixes some edge cases with special characters not displaying correctly