HHH-18488 Disable adding of @Generated on logger impls
This commit is contained in:
parent
28988a9a5c
commit
cf6d9619b0
|
@ -185,10 +185,13 @@ tasks.withType( JavaCompile ) {
|
|||
options.fork = true
|
||||
options.forkOptions.memoryMaximumSize = '768m'
|
||||
|
||||
// javaCompileTask.options.compilerArgs += [
|
||||
options.compilerArgs += [
|
||||
// disable adding @Generated annotation in the logger impls to make
|
||||
// the logging annotation processor create the same sources each time.
|
||||
"-Aorg.jboss.logging.tools.addGeneratedAnnotation=false"
|
||||
// "-nowarn",
|
||||
// "-encoding", "UTF-8"
|
||||
// ]
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue