9 lines
166 B
Bash
Executable File
9 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Convenient way to run ALL build profiles at once, before committing changes.
|
|
#
|
|
#
|
|
|
|
./mvnw clean package &&
|
|
./mvnw clean package -Pspring5-next
|