File: rules

package info (click to toggle)
mockito 3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,068 kB
  • sloc: java: 48,664; xml: 48; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build -- jar

override_dh_auto_test: