Skip to content

Commit b33d5da

Browse files
committed
[SPARK-53769] Enable Annotation Processing during Java compilation
1 parent 99c96f2 commit b33d5da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ subprojects {
5858

5959
tasks.withType(JavaCompile).configureEach {
6060
options.release = 17
61+
options.compilerArgs.add("-proc:full")
6162
}
6263

6364
repositories {

0 commit comments

Comments
 (0)