1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-30 01:00:11 +02:00

remove mvn maven build, fix #30.

This commit is contained in:
soloturn
2021-04-11 19:03:06 +02:00
parent aae3f5c38c
commit c7af5c503d
8 changed files with 4 additions and 319 deletions

View File

@@ -1,4 +1,3 @@
#!/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
./gradlew clean build -x test
./gradlew testAll