File: rules

package info (click to toggle)
multiverse-core 0.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,784 kB
  • sloc: java: 59,009; xml: 1,717; sh: 13; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=gradle --with javahelper --with maven_repo_helper

override_dh_auto_build:
	dh_auto_build -- --project-prop finalRelease=true jar

override_dh_auto_test: