The Wayback Machine - https://web.archive.org/web/20201201101206/https://github.com/topics/build-tools
Skip to content
#

build-tools

Here are 283 public repositories matching this topic...

LiuVII
LiuVII commented Apr 3, 2019

We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like

  deploy_jar_rules=jar_rules(rules=[
    Duplicate('^BUILD', Duplicate.SKIP),
    Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
    Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
    Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP

Improve this page

Add a description, image, and links to the build-tools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build-tools topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.