Sha256: 15fa4b88efa6bfddb3b1802fe65bb2a4854f72a230e15fd2a0547fe930f4d0d9
Contents?: true
Size: 198 Bytes
Versions: 3
Compression:
Stored size: 198 Bytes
Contents
@echo off where /q gradle.bat if %ERRORLEVEL% equ 0 ( call gradle.bat %* ) else ( echo No Gradle installation found. Please install it from https://gradle.org/install/. >&2 exit /b 1 )
Version data entries
3 entries across 3 versions & 1 rubygems