mirror of
https://github.com/revanced/jadb.git
synced 2024-11-19 10:39:23 +01:00
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
docker run -it --rm \
|
|
-v "$(pwd)":/opt/maven \
|
|
-w /opt/maven maven:3.5-jdk-7 \
|
|
mvn clean install
|