Hi, I've been wondering how the devs build Beam locally. I'm new to gradle and can't seem to find it in the docs [1].
I thought the following would be enough, but turns out it executes go-, website- and python-related tasks among others. ./gradlew build -x test I thought about disabling the tasks I don't want and ended up with the following: ./gradlew build -x test -x check -x website -x docker -x :sdks:python:setupVirtualenv but that still builds other projects I don't need and so I doubt if -x's is the way to go. There must be a more clever approach. What's that? Please help. Thanks. [1] https://beam.apache.org/contribute/ Pozdrawiam, Jacek Laskowski ---- https://about.me/JacekLaskowski "The Internals Of" Online Books <https://books.japila.pl/> Follow me on https://twitter.com/jaceklaskowski <https://twitter.com/jaceklaskowski>