mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Migrate from Maven to Gradle 3.4 for building.
This commit is contained in:
@@ -15,13 +15,5 @@
|
||||
# limitations under the License.
|
||||
|
||||
set -e
|
||||
|
||||
# Check if the jar has been built.
|
||||
if [ ! -e target/build-checkpoints.jar ]; then
|
||||
echo "Compiling BuildCheckpoints to a JAR"
|
||||
cd ..
|
||||
mvn package -DskipTests
|
||||
cd tools
|
||||
fi
|
||||
|
||||
java -jar target/build-checkpoints.jar "$@"
|
||||
args="$@"
|
||||
gradle -q build_checkpoints "-PappArgs=$args"
|
||||
|
||||
Reference in New Issue
Block a user