Merge pull request #17 from tobiasjc/master

fix: search bash executable by /usr/bin/env
This commit is contained in:
R. Francis Smith 2024-02-04 10:12:27 -06:00 committed by GitHub
commit ffc271c966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
export GRADLE_DISTRIBUTION_URL=${GRADLE_DISTRIBUTION_URL:=https://services.gradle.org/distributions}