diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-06-15 22:17:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 22:17:27 +0300 |
commit | 4cd1e6b548ad02202bc27869ba65e54318c290c5 (patch) | |
tree | 7a7a2bb78f979fc62e79814250fb7e5a31426ee9 /v1 | |
parent | 123ca4650aac072448cb7681e80d3573129ace98 (diff) |
Revert "add gradle feature"
This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
Diffstat (limited to 'v1')
-rw-r--r-- | v1/feature-scripts.env | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/v1/feature-scripts.env b/v1/feature-scripts.env index e1d79e7..c3e9936 100644 --- a/v1/feature-scripts.env +++ b/v1/feature-scripts.env @@ -23,5 +23,4 @@ _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" -_BUILD_ARG_GRADLE="./gradle/install.sh ${_BUILD_ARG_GRADLE_VERSION:-latest} automatic true"
\ No newline at end of file +_BUILD_ARG_ANACONDA="./anaconda/install.sh ${_BUILD_ARG_ANACONDA_VERSION:-latest} automatic true"
\ No newline at end of file |