#!/usr/bin/make -f

%:
	dh $@ --with maven-repo-helper,linktree

override_dh_auto_build:
	dh_auto_build -- :jar :javadoc

override_dh_auto_test:
	# Skip integration tests as they need extra dependencies
	# and we patched out the integration-test.gradle script.
