diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-06-15 22:14:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 22:14:28 +0300 |
commit | 123ca4650aac072448cb7681e80d3573129ace98 (patch) | |
tree | 30fe9100da1a18a97ed31d641b26ec143828af67 /v1 | |
parent | 0ed472aa25bd1a21acf431cbb85b7528ff0cf10a (diff) |
add gradle feature
Diffstat (limited to 'v1')
-rw-r--r-- | v1/feature-scripts.env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v1/feature-scripts.env b/v1/feature-scripts.env index c3e9936..e1d79e7 100644 --- a/v1/feature-scripts.env +++ b/v1/feature-scripts.env @@ -23,4 +23,5 @@ _BUILD_ARG_DOTNET="./dotnet/install.sh ${_B _BUILD_ARG_PHP="./php/install.sh ${_BUILD_ARG_PHP_VERSION:-latest} /usr/local/php ${_BUILD_ARG_PHP_INSTALLCOMPOSER:-true} automatic true ${_BUILD_ARG_PHP_OVERRIDEDEFAULTVERSION:-true}" _BUILD_ARG_ORYX="./oryx/install.sh automatic true" _BUILD_ARG_HUGO="./hugo/install.sh ${_BUILD_ARG_HUGO_VERSION:-latest} automatic true" -_BUILD_ARG_ANACONDA="./anaconda/install.sh ${_BUILD_ARG_ANACONDA_VERSION:-latest} automatic true"
\ No newline at end of file +_BUILD_ARG_ANACONDA="./anaconda/install.sh ${_BUILD_ARG_ANACONDA_VERSION:-latest} automatic true" +_BUILD_ARG_GRADLE="./gradle/install.sh ${_BUILD_ARG_GRADLE_VERSION:-latest} automatic true"
\ No newline at end of file |