mirror of https://github.com/usbharu/Hideout.git
Merge branch 'develop' into renovate/major-tika-monorepo
This commit is contained in:
commit
48add4530a
|
@ -1,3 +1,5 @@
|
|||
import org.springframework.boot.gradle.tasks.bundling.BootJar
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.kotlin.jvm)
|
||||
alias(libs.plugins.spring.boot)
|
||||
|
@ -79,7 +81,11 @@ tasks {
|
|||
exclude("**/org/koin/ksp/generated/**", "**/generated/**")
|
||||
}
|
||||
}
|
||||
|
||||
named<BootJar>("bootJar") {
|
||||
layered {
|
||||
enabled.set(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue