fix: trying to fix ci v6
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
886aacb099
commit
228341ab35
1 changed files with 3 additions and 4 deletions
|
@ -29,6 +29,7 @@ project.base.archivesName.set(mavenArtifact)
|
|||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
|
||||
maven {
|
||||
name = "Gitlab"
|
||||
val projectId = System.getenv("CI_PROJECT_ID")
|
||||
|
@ -53,8 +54,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.formdev:flatlaf:2.4")
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0")
|
||||
implementation("com.formdev:flatlaf:3.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
|
||||
}
|
||||
|
||||
|
@ -95,9 +95,8 @@ tasks {
|
|||
|
||||
withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
|
||||
dependencies {
|
||||
include(dependency("com.formdev:flatlaf:2.4"))
|
||||
include(dependency("com.formdev:flatlaf:3.0"))
|
||||
include(dependency("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"))
|
||||
include(dependency("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0"))
|
||||
}
|
||||
dependsOn("generateTemplates", "processResources")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue