FeederOldUI/devenv

10 lines
148 B
Text
Raw Normal View History

2024-05-12 20:31:16 +02:00
#!/bin/bash
# Source this script in ci
GRADLE_USER_HOME="$(pwd)/.gradle"
export GRADLE_USER_HOME
if [ -f devenv.local ]; then
. devenv.local
fi