mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-17 12:48:24 +01:00
4 lines
187 B
Bash
Executable File
4 lines
187 B
Bash
Executable File
#!/usr/bin/env bash
|
|
mvn clean compile assembly:single
|
|
# Strip the jar of any non-reproducible metadata such as timestamps
|
|
mvn io.github.zlika:reproducible-build-maven-plugin:0.6:strip-jar |