3pp.pb 481 B

12345678910111213141516171819
  1. # Copyright 2022 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. create {
  5. source {
  6. url {
  7. # See: https://maven.apache.org/download.cgi
  8. download_url: "https://downloads.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz"
  9. version: "3.8.6"
  10. }
  11. unpack_archive: true
  12. }
  13. }
  14. upload {
  15. pkg_prefix: "chromium/third_party"
  16. universal: true
  17. }