mirror of
https://github.com/gotson/komga.git
synced 2025-12-25 09:53:20 +01:00
build: remove unused plugins and configuration
This commit is contained in:
parent
235cd4f23c
commit
51b483da6f
1 changed files with 0 additions and 8 deletions
|
|
@ -10,9 +10,7 @@ plugins {
|
|||
run {
|
||||
val kotlinVersion = "1.3.72"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.allopen") version kotlinVersion
|
||||
kotlin("plugin.spring") version kotlinVersion
|
||||
kotlin("plugin.jpa") version kotlinVersion
|
||||
kotlin("kapt") version kotlinVersion
|
||||
}
|
||||
id("org.springframework.boot") version "2.2.6.RELEASE"
|
||||
|
|
@ -185,12 +183,6 @@ springBoot {
|
|||
}
|
||||
}
|
||||
|
||||
allOpen {
|
||||
annotation("javax.persistence.Entity")
|
||||
annotation("javax.persistence.MappedSuperclass")
|
||||
annotation("javax.persistence.Embeddable")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
//add a flyway sourceSet
|
||||
val flyway by creating {
|
||||
|
|
|
|||
Loading…
Reference in a new issue