Skip to content

Commit

Permalink
modify :: gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Feb 9, 2024
1 parent c27d861 commit d72abf4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plugins {
kotlin("jvm") version PluginVersions.JVM_VERSION
kotlin("plugin.spring") version PluginVersions.SPRING_PLUGIN_VERSION
kotlin("plugin.jpa") version PluginVersions.JPA_PLUGIN_VERSION
kotlin("kapt") version "1.3.61"
}

dependencyManagement {
Expand Down Expand Up @@ -67,17 +66,9 @@ dependencies {

implementation(Dependencies.SWAGGER)

// QueryDSL
implementation(Dependencies.QUERYDSL)
kapt(Dependencies.QUERYDSL_PROCESSOR)

implementation(Dependencies.REDIS)
}

kotlin.sourceSets.main {
setBuildDir("$buildDir/generated/source/kapt/main")
}

tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs += "-Xjsr305=strict"
Expand Down

0 comments on commit d72abf4

Please sign in to comment.