github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/javac_worker/src/build/please/compile/BUILD (about)

     1  # By default we use this as a Java compiler server. Obviously it can't compile itself
     2  # though so we must use the system compiler here.
     3  package(javac_tool = 'javac')
     4  
     5  java_library(
     6      name = 'compile',
     7      srcs = glob(['*.java']),
     8      deps = [
     9          '//src/build/proto:worker',
    10      ],
    11      visibility = ['//tools/javac_worker:all'],
    12  )