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

     1  # This is a dependency of our in-repo compiler, so we must use the system compiler.
     2  package(javac_tool = 'javac')
     3  
     4  proto_library(
     5      name = 'worker',
     6      srcs = ['worker.proto'],
     7      languages = [
     8          'go',
     9          'java',
    10      ],
    11      visibility = ['PUBLIC'],
    12  )