cipd.yaml 466 B

123456789101112
  1. # Copyright 2017 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # To create CIPD package run the following command.
  5. # cipd create --pkg-def cipd.yaml -tag version:$(cat version.txt)
  6. package: chromium/third_party/byte_buddy
  7. description: byte_buddy Java library
  8. data:
  9. - file: lib/byte-buddy-agent.jar
  10. - file: lib/byte-buddy-android.jar
  11. - file: lib/byte-buddy.jar