kmbin92_2025081101 #1
@@ -68,10 +68,10 @@ tasks.named('test') {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// querydsl
 | 
			
		||||
def querydslSrcDir = 'src/main/generated'
 | 
			
		||||
def generatedSrcDir = 'build/generated/sources/annotation-processor'
 | 
			
		||||
clean {
 | 
			
		||||
	delete file(querydslSrcDir)
 | 
			
		||||
	delete file(generatedSrcDir)
 | 
			
		||||
}
 | 
			
		||||
tasks.withType(JavaCompile).configureEach {
 | 
			
		||||
	options.generatedSourceOutputDirectory = file(querydslSrcDir)
 | 
			
		||||
	options.generatedSourceOutputDirectory = file(generatedSrcDir)
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user