datastructures-utils-java/justfile

9 lines
No EOL
185 B
Makefile

set dotenv-load := true
set export := true
# Publish the core module to Maven repository
publish:
#!/usr/bin/env bash
cd ..
set -euxo pipefail
mvn -pl core clean deploy