[annotation-processor 경로 변경]
This commit is contained in:
@@ -68,10 +68,10 @@ tasks.named('test') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// querydsl
|
// querydsl
|
||||||
def querydslSrcDir = 'src/main/generated'
|
def generatedSrcDir = 'build/generated/sources/annotation-processor'
|
||||||
clean {
|
clean {
|
||||||
delete file(querydslSrcDir)
|
delete file(generatedSrcDir)
|
||||||
}
|
}
|
||||||
tasks.withType(JavaCompile).configureEach {
|
tasks.withType(JavaCompile).configureEach {
|
||||||
options.generatedSourceOutputDirectory = file(querydslSrcDir)
|
options.generatedSourceOutputDirectory = file(generatedSrcDir)
|
||||||
}
|
}
|
Reference in New Issue
Block a user