FeederOldUI/devenv

9 lines
148 B
Bash

#!/bin/bash
# Source this script in ci
GRADLE_USER_HOME="$(pwd)/.gradle"
export GRADLE_USER_HOME
if [ -f devenv.local ]; then
. devenv.local
fi