hi everyone
I want to build against tag v3.6.1, but the following error occurs
ERROR: /Users/maxin/Desktop/gerrit/plugins/replication/BUILD:5:14: Building plugins/replication/libreplication__plugin-class.jar (69 source files) and running annotation processors (AutoAnnotationProcessor, AutoValueProcessor, AutoOneOfProcessor, AutoValueGsonAdapterFactoryProcessor) failed: (Exit 1): java failed: error executing command external/remotejdk11_macos/bin/java -XX:-CompactStrings '--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED' '--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED' ... (remaining 17 arguments skipped)
plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:24:
error: symbol not foundimport com.google.gerrit.extensions.events.GitBatchRefUpdateListener;
^
symbol: class GitBatchRefUpdateListener
l
ocation: package com.google.gerrit.extensions.events
plugins/replication/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java:57: symbol not found
GitBatchRefUpdateListener,
...
order: git checkout v3.6.1
bazel build release