You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java -jar uk.gov.defra.capd.mail.service/target/uk.gov.defra.capd.mail.service-assembly-0.4-SNAPSHOT.jar server configuration/local/sendEmailServiceConfiguration.yml
}
function run_dev() {
outputBuildComment "Running dev"
./sbt "project sendmail-service" "run server configuration/local/sendEmailServiceConfiguration.yml"
}
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE:-$0}" )" && pwd )"