#!/usr/bin/make -f

%:
	dh $@ --buildsystem=gradle --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- jar -x :picocli-examples:compileGroovy -x :picocli-shell-jline3:jar
