5 lines
35 B
Bash
5 lines
35 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
./gradlew test
|