Skip to content

Commit

Permalink
#78 [feat] refactor-v1과 develop 브랜치의 충돌을 해결한다.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juuuunny committed Nov 26, 2024
1 parent 3fbca10 commit 8ac25d0
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 511 deletions.
21 changes: 1 addition & 20 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,27 +79,8 @@ java {
}
}

tasks.named('compileJava', JavaCompile).configure {
options.annotationProcessorGeneratedSourcesDirectory = file("$build/generated/sources/annotationProcessor/java/main")
}

sourceSets {
main {
java {
srcDirs += "$build/generated/sources/annotationProcessor/java/main"
}
}
}
def querydslDir = "src/main/generated"

tasks.named('compileJava') {
doFirst {
// QClass 파일 자동 삭제
def querydslGeneratedDir = layout.buildDirectory.dir("generated/sources/annotationProcessor/java/main").get().asFile
if (querydslGeneratedDir.exists()) {
querydslGeneratedDir.deleteDir()
}
}
}
ext {
snippetsDir = file('build/generated-snippets')
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8ac25d0

Please sign in to comment.