fix: trying to fix ci v2
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
2d13729405
commit
4b815a346b
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@ tasks {
|
|||
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> {
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue