mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-09-27 01:00:37 +03:00
[-] QueryDSL
This commit is contained in:
@@ -2,7 +2,6 @@ plugins {
|
||||
kotlin("jvm")
|
||||
kotlin("plugin.jpa")
|
||||
kotlin("plugin.serialization")
|
||||
kotlin("kapt")
|
||||
id("org.hibernate.orm") version "6.4.4.Final"
|
||||
}
|
||||
|
||||
@@ -13,10 +12,6 @@ dependencies {
|
||||
api("com.fasterxml.jackson.core:jackson-databind:2.17.0")
|
||||
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
|
||||
|
||||
// QueryDSL
|
||||
implementation("io.github.openfeign.querydsl:querydsl-jpa:6.10.1")
|
||||
kapt("io.github.openfeign.querydsl:querydsl-apt:6.10.1:jpa")
|
||||
|
||||
// Core libraries
|
||||
api("org.slf4j:slf4j-api:2.0.12")
|
||||
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
|
||||
@@ -35,8 +30,3 @@ hibernate {
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java.srcDir("${layout.buildDirectory.get()}/generated/source/kapt/main")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user