Azkaban builds use Gradle and requires Java 8 or higher.
The following set of commands run on *nix platforms like Linux, OS X.
# Build Azkaban
./gradlew build
# Clean the build
./gradlew clean
# Build and install distributions
./gradlew installDist
# Run tests
./gradlew test
# Build without running tests
./gradlew build -x test
Pick a release from the release page. Find the tag corresponding to the release.
Check out the source code corresponding to that tag. e.g.
git checkout 3.30.1
Build
< 77DC div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="./gradlew clean build">./gradlew clean build