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

     1  java_binary(
     2      name = 'javac_worker',
     3      out = 'javac_worker',
     4      main_class = 'build.please.compile.JavaCompiler',
     5      self_executable = True,
     6      deps = ['//tools/javac_worker/src/build/please/compile'],
     7      visibility = ['PUBLIC'],
     8  )