8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
../mvnw \
|
|
-f ../pom.xml \
|
|
-pl spring-boot-language-server \
|
|
-am \
|
|
clean install
|