mirror of
https://github.com/spring-projects/spring-data-relational.git
synced 2026-05-04 13:26:21 +01:00
f750b6df4c
See #955.
7 lines
189 B
Bash
Executable File
7 lines
189 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
set -euo pipefail
|
|
|
|
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
|
|
./mvnw -s settings.xml clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jdbc
|