mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
pushd /release-scripts
|
|
./mvnw clean install
|
|
popd
|
|
cp /release-scripts/target/spring-boot-release-scripts.jar . |