Fix logger
This commit is contained in:
parent
3d5478b3e4
commit
b998bb7101
1 changed files with 5 additions and 1 deletions
|
@ -29,12 +29,16 @@ dependencies {
|
|||
implementation("io.quarkus:quarkus-hibernate-orm:3.6.4")
|
||||
implementation("io.quarkus:quarkus-hibernate-orm-panache-kotlin:3.6.4")
|
||||
implementation("io.quarkiverse.jdbc:quarkus-jdbc-sqlite:3.0.7")
|
||||
implementation("io.quarkus:quarkus-hibernate-validator:3.6.4") // Entity validatator
|
||||
implementation("io.quarkus:quarkus-hibernate-validator:3.6.4")
|
||||
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
exclude(group = "org.jboss.logmanager", module = "jboss-logmanager")
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xjsr305=strict"
|
||||
|
|
Loading…
Reference in a new issue